~ubuntu-branches/ubuntu/karmic/openafs/karmic-updates

« back to all changes in this revision

Viewing changes to src/config/param.s390x_linux26.h

  • Committer: Bazaar Package Importer
  • Author(s): Russ Allbery
  • Date: 2008-09-22 19:07:02 UTC
  • mfrom: (12.1.14 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080922190702-59m13d7kn6gkw32d
Tags: 1.4.7.dfsg1-6
* Apply upstream patch to free /proc entries in the correct order.
  Thanks, Marc Dionne.  (Closes: #493914)
* Apply upstream deltas to support 2.6.27 kernels and to stop using
  COMMON_KERN_CFLAGS for all 2.6 kernels uniformly, which fixes
  problems on amd64 with newer kernels.  Thanks, Björn Torkelsson.
  (LP: #267504)
* Translation updates:
  - Swedish, thanks Martin Bagge.  (Closes: #493120)

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
#define AFS_NAMEI_ENV     1     /* User space interface to file system */
46
46
 
47
47
#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
48
 
#include <linux/threads.h>
49
48
 
50
 
#include <linux/config.h>
51
49
#ifdef CONFIG_SMP
52
50
#ifndef AFS_SMP
53
51
#define AFS_SMP 1
91
89
#endif
92
90
#endif /* KERNEL */
93
91
 
 
92
#ifdef __GLIBC__
 
93
#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
 
94
#define USE_UCONTEXT
 
95
#endif
 
96
#endif
94
97
#endif /* AFS_PARAM_H */
95
98
 
96
99
#else /* !defined(UKERNEL) */