diff options
| author | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-11 14:36:25 +0100 | 
|---|---|---|
| committer | David Woodhouse <David.Woodhouse@intel.com> | 2008-07-11 14:36:25 +0100 | 
| commit | a8931ef380c92d121ae74ecfb03b2d63f72eea6f (patch) | |
| tree | 980fb6b019e11e6cb1ece55b7faff184721a8053 /include/asm-sparc/page.h | |
| parent | 90574d0a4d4b73308ae54a2a57a4f3f1fa98e984 (diff) | |
| parent | e5a5816f7875207cb0a0a7032e39a4686c5e10a4 (diff) | |
| download | olio-linux-3.10-a8931ef380c92d121ae74ecfb03b2d63f72eea6f.tar.xz olio-linux-3.10-a8931ef380c92d121ae74ecfb03b2d63f72eea6f.zip  | |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'include/asm-sparc/page.h')
| -rw-r--r-- | include/asm-sparc/page.h | 7 | 
1 files changed, 3 insertions, 4 deletions
diff --git a/include/asm-sparc/page.h b/include/asm-sparc/page.h index 39ccf2da297..6aa9e4c910c 100644 --- a/include/asm-sparc/page.h +++ b/include/asm-sparc/page.h @@ -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.   * @@ -38,12 +38,11 @@  /* 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;  |