patch-2.4.18 linux/include/asm-cris/pgtable.h
Next file: linux/include/asm-cris/processor.h
Previous file: linux/include/asm-cris/irq.h
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Tue Jan 8 16:00:08 2002
- Orig file:
linux.orig/include/asm-cris/pgtable.h
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/include/asm-cris/pgtable.h linux/include/asm-cris/pgtable.h
@@ -3,6 +3,12 @@
* HISTORY:
*
* $Log: pgtable.h,v $
+ * Revision 1.14 2001/12/10 03:08:50 bjornw
+ * Added pgtable_cache_init dummy
+ *
+ * Revision 1.13 2001/11/12 18:05:38 pkj
+ * Added declaration of paging_init().
+ *
* Revision 1.12 2001/08/11 00:28:00 bjornw
* PAGE_CHG_MASK and PAGE_NONE had somewhat untraditional values
*
@@ -106,6 +112,8 @@
* the CRIS page table tree.
*/
+extern void paging_init(void);
+
/* The cache doesn't need to be flushed when TLB entries change because
* the cache is mapped to physical memory, not virtual memory
*/
@@ -507,6 +515,6 @@
/*
* No page table caches to initialise
*/
-#define pgtable_cache_init() do { } while (0)
+#define pgtable_cache_init() do { } while (0)
#endif /* _CRIS_PGTABLE_H */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)