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 /arch/parisc/kernel/vmlinux.lds.S | |
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 'arch/parisc/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/parisc/kernel/vmlinux.lds.S | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S index d6dbcbcdcc2e..40d0ff9b81ab 100644 --- a/arch/parisc/kernel/vmlinux.lds.S +++ b/arch/parisc/kernel/vmlinux.lds.S | |||
@@ -153,14 +153,6 @@ SECTIONS | |||
153 | *(.data.init_task) | 153 | *(.data.init_task) |
154 | } | 154 | } |
155 | 155 | ||
156 | /* The interrupt stack is currently partially coded, but not yet | ||
157 | * implemented | ||
158 | */ | ||
159 | . = ALIGN(16384); | ||
160 | init_istack : { | ||
161 | *(init_istack) | ||
162 | } | ||
163 | |||
164 | #ifdef CONFIG_64BIT | 156 | #ifdef CONFIG_64BIT |
165 | . = ALIGN(16); | 157 | . = ALIGN(16); |
166 | /* Linkage tables */ | 158 | /* Linkage tables */ |