]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc/page.h
[ARM] Orion: update defconfig to 2.6.26-rc4
[linux-2.6-omap-h63xx.git] / include / asm-sparc / page.h
index 39ccf2da297c757e6b9e47f60d3dddec04bb4da4..6aa9e4c910cfcbd8f497a005b58edf1c653cb83c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: page.h,v 1.55 2000/10/30 21:01:41 davem Exp $
+/*
  * page.h:  Various defines and such for MMU operations on the Sparc for
  *          the Linux kernel.
  *
 
 /* The following structure is used to hold the physical
  * memory configuration of the machine.  This is filled in
- * probe_memory() and is later used by mem_init() to set up
- * mem_map[].  We statically allocate SPARC_PHYS_BANKS of
+ * prom_meminit() and is later used by mem_init() to set up
+ * mem_map[].  We statically allocate SPARC_PHYS_BANKS+1 of
  * these structs, this is arbitrary.  The entry after the
  * last valid one has num_bytes==0.
  */
-
 struct sparc_phys_banks {
   unsigned long base_addr;
   unsigned long num_bytes;