patch-2.4.9 linux/include/asm-alpha/pgtable.h
Next file: linux/include/asm-alpha/system.h
Previous file: linux/include/asm-alpha/keyboard.h
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sun Aug 12 10:38:47 2001
- Orig file:
v2.4.8/linux/include/asm-alpha/pgtable.h
- Orig date:
Thu May 24 15:20:18 2001
diff -u --recursive --new-file v2.4.8/linux/include/asm-alpha/pgtable.h linux/include/asm-alpha/pgtable.h
@@ -178,7 +178,8 @@
#error "EV6-only feature in a generic kernel"
#endif
#if defined(CONFIG_ALPHA_GENERIC) || \
- (defined(CONFIG_ALPHA_EV6) && !defined(USE_48_BIT_KSEG))
+ ((defined(CONFIG_ALPHA_EV6) || defined(CONFIG_ALPHA_EV67)) && \
+ !defined(USE_48_BIT_KSEG))
#define PHYS_TWIDDLE(phys) \
((((phys) & 0xc0000000000UL) == 0x40000000000UL) \
? ((phys) ^= 0xc0000000000UL) : (phys))
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)