diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-08-28 22:00:09 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-08-28 22:00:09 +0000 |
commit | 1a1d77dd589de5a567fa95e36aa6999c704ceca4 (patch) | |
tree | 141e31f89f18b9fe0831f31852e0435ceaccafc5 /include/asm-sparc64/openprom.h | |
parent | fb9c690a18b3d66925a65b17441c37fa14d4370b (diff) |
Merge with 2.4.0-test7.
Diffstat (limited to 'include/asm-sparc64/openprom.h')
-rw-r--r-- | include/asm-sparc64/openprom.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/include/asm-sparc64/openprom.h b/include/asm-sparc64/openprom.h index 3218e00dd..44210c08e 100644 --- a/include/asm-sparc64/openprom.h +++ b/include/asm-sparc64/openprom.h @@ -1,4 +1,4 @@ -/* $Id: openprom.h,v 1.7 1998/03/15 10:14:47 ecd Exp $ */ +/* $Id: openprom.h,v 1.8 2000/08/12 19:55:25 anton Exp $ */ #ifndef __SPARC64_OPENPROM_H #define __SPARC64_OPENPROM_H @@ -8,12 +8,6 @@ * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) */ -/* Empirical constants... */ -#define KADB_DEBUGGER_BEGVM 0xffc00000 /* Where kern debugger is in virt-mem */ -#define LINUX_OPPROM_BEGVM 0xffd00000 -#define LINUX_OPPROM_ENDVM 0xfff00000 -#define LINUX_OPPROM_MAGIC 0x10010407 - #ifndef __ASSEMBLY__ /* V0 prom device operations. */ struct linux_dev_v0_funcs { |