diff options
| author | 2006-01-07 03:50:18 -0500 | |
|---|---|---|
| committer | 2006-01-07 03:50:18 -0500 | |
| commit | ed03f430cdc8c802652467e9097606fedc2c7abc (patch) | |
| tree | 30941ec1e6f93e99358fefe18175e5dd800a4379 /include/linux/cache.h | |
| parent | [ACPI] fix pnpacpi regression resulting from ACPICA 20051117 (diff) | |
| parent | [ACPI] enable PNPACPI support for resource types used by HP serial ports (diff) | |
Pull pnpacpi into acpica branch
Diffstat (limited to 'include/linux/cache.h')
| -rw-r--r-- | include/linux/cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cache.h b/include/linux/cache.h index f6b5a46c5f82..0b7ecf3af78a 100644 --- a/include/linux/cache.h +++ b/include/linux/cache.h @@ -13,7 +13,7 @@ #define SMP_CACHE_BYTES L1_CACHE_BYTES #endif -#if defined(CONFIG_X86) || defined(CONFIG_SPARC64) +#if defined(CONFIG_X86) || defined(CONFIG_SPARC64) || defined(CONFIG_IA64) #define __read_mostly __attribute__((__section__(".data.read_mostly"))) #else #define __read_mostly |
