diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2007-10-18 03:04:56 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@shortfin.cabal.ca> | 2007-10-18 03:59:31 -0400 |
commit | 6cc4525d29e22ab831387b6fac371e0118693a25 (patch) | |
tree | 7a748cfdcaf540e31682ed6c50dbdfc6f18bc42b /include/asm-parisc | |
parent | 873d50e2e56741406ff9d68c275f0c560e896a80 (diff) |
[PARISC] Kill off broken irqstack code
It's been unfinished and broken long enough, and I have some ideas on how
to do it more cleanly.
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'include/asm-parisc')
-rw-r--r-- | include/asm-parisc/pgtable.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/asm-parisc/pgtable.h b/include/asm-parisc/pgtable.h index 33ed0e73227b..b5a8797dcc5c 100644 --- a/include/asm-parisc/pgtable.h +++ b/include/asm-parisc/pgtable.h | |||
@@ -49,14 +49,6 @@ | |||
49 | #define pgd_ERROR(e) \ | 49 | #define pgd_ERROR(e) \ |
50 | printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, (unsigned long)pgd_val(e)) | 50 | printk("%s:%d: bad pgd %08lx.\n", __FILE__, __LINE__, (unsigned long)pgd_val(e)) |
51 | 51 | ||
52 | /* Note: If you change ISTACK_SIZE, you need to change the corresponding | ||
53 | * values in vmlinux.lds and vmlinux64.lds (init_istack section). Also, | ||
54 | * the "order" and size need to agree. | ||
55 | */ | ||
56 | |||
57 | #define ISTACK_SIZE 32768 /* Interrupt Stack Size */ | ||
58 | #define ISTACK_ORDER 3 | ||
59 | |||
60 | /* This is the size of the initially mapped kernel memory */ | 52 | /* This is the size of the initially mapped kernel memory */ |
61 | #ifdef CONFIG_64BIT | 53 | #ifdef CONFIG_64BIT |
62 | #define KERNEL_INITIAL_ORDER 24 /* 0 to 1<<24 = 16MB */ | 54 | #define KERNEL_INITIAL_ORDER 24 /* 0 to 1<<24 = 16MB */ |