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

« back to all changes in this revision

Viewing changes to src/config/param.sparc64_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:
43
43
#define AFS_64BITPOINTER_ENV    1       /* pointers are 64 bits. */
44
44
 
45
45
#if defined(__KERNEL__) && !defined(KDUMP_KERNEL)
46
 
#include <linux/threads.h>
47
46
 
48
 
#include <linux/config.h>
49
47
#ifdef CONFIG_SMP
50
48
#ifndef AFS_SMP
51
49
#define AFS_SMP 1
97
95
#endif
98
96
#endif
99
97
 
 
98
#ifdef __GLIBC__
 
99
#if (__GLIBC__ > 2) || (__GLIBC__ == 2 && __GLIBC_MINOR__ > 3)
 
100
#define USE_UCONTEXT
 
101
#endif
 
102
#endif
 
103
 
100
104
#endif /* _PARAM_SPARC64_LINUX26_H_ */
101
105
 
102
106
#else /* !defined(UKERNEL) */