patch-2.2.0-pre6 linux/include/asm-ppc/pgtable.h
Next file: linux/include/asm-ppc/termbits.h
Previous file: linux/include/asm-ppc/ide.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Jan 7 12:06:54 1999
- Orig file:
v2.2.0-pre5/linux/include/asm-ppc/pgtable.h
- Orig date:
Thu Dec 31 10:29:02 1998
diff -u --recursive --new-file v2.2.0-pre5/linux/include/asm-ppc/pgtable.h linux/include/asm-ppc/pgtable.h
@@ -226,7 +226,7 @@
do { \
unsigned long __pgdir = (unsigned long)pgdir; \
((tsk)->tss.pg_tables = (unsigned long *)(__pgdir)); \
- asm("mtspr %0,%1 \n\t" :: "i"(M_TWB), "r"(__pa(__pgdir))); \
+ asm("mtspr %0,%1 \n\t" : : "i"(M_TWB), "r"(__pa(__pgdir))); \
} while (0)
#endif /* CONFIG_8xx */
@@ -637,5 +637,7 @@
/* Needs to be defined here and not in linux/mm.h, as it is arch dependent */
#define PageSkip(page) (0)
+#define kern_addr_valid(addr) (1)
+
#endif __ASSEMBLY__
#endif /* _PPC_PGTABLE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov