diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-27 23:21:57 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-27 23:21:57 +0000 |
commit | 511bcd7c5924ce9e98ad1cb851988f7448dfef0f (patch) | |
tree | 6194d472814ef315450ee5fe190c3cbbdc762c49 /arch/mips64/sgi-ip27/ip27-memory.c | |
parent | 0a20dc624ae03f1acb9e72b704907f3b5c79cff9 (diff) |
Bootmem fixes for IP22.
Diffstat (limited to 'arch/mips64/sgi-ip27/ip27-memory.c')
-rw-r--r-- | arch/mips64/sgi-ip27/ip27-memory.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips64/sgi-ip27/ip27-memory.c b/arch/mips64/sgi-ip27/ip27-memory.c index ca1b1e6cc..286c510b7 100644 --- a/arch/mips64/sgi-ip27/ip27-memory.c +++ b/arch/mips64/sgi-ip27/ip27-memory.c @@ -1,4 +1,4 @@ -/* $Id$ +/* $Id: ip27-memory.c,v 1.2 2000/01/27 01:05:24 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -23,8 +23,6 @@ extern char _end; #define PFN_UP(x) (((x) + PAGE_SIZE-1) >> PAGE_SHIFT) -#define PFN_DOWN(x) ((x) >> PAGE_SHIFT) -#define PFN_PHYS(x) ((x) << PAGE_SHIFT) #define PFN_ALIGN(x) (((unsigned long)(x) + (PAGE_SIZE - 1)) & PAGE_MASK) void __init |