diff options
author | Helge Deller <deller@gmx.de> | 2006-12-16 16:16:50 +0100 |
---|---|---|
committer | Kyle McMartin <kyle@athena.road.mcmartin.ca> | 2007-02-17 00:51:46 -0500 |
commit | 6891f8a1135b964f8ef30521d1473d5d137af0fa (patch) | |
tree | d9b7d1e240107dc25fb864b81dbc6fc4bdc5895b /arch/parisc/kernel/vmlinux.lds.S | |
parent | 9f15c82686251cd2b97ac6859de62959d3c4afe1 (diff) | |
download | blackbird-obmc-linux-6891f8a1135b964f8ef30521d1473d5d137af0fa.tar.gz blackbird-obmc-linux-6891f8a1135b964f8ef30521d1473d5d137af0fa.zip |
[PARISC] Generic BUG
Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
Diffstat (limited to 'arch/parisc/kernel/vmlinux.lds.S')
-rw-r--r-- | arch/parisc/kernel/vmlinux.lds.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/parisc/kernel/vmlinux.lds.S b/arch/parisc/kernel/vmlinux.lds.S index 7b943b45f7cd..7b149df9d422 100644 --- a/arch/parisc/kernel/vmlinux.lds.S +++ b/arch/parisc/kernel/vmlinux.lds.S @@ -68,6 +68,8 @@ SECTIONS RODATA + BUG_TABLE + /* writeable */ . = ALIGN(ASM_PAGE_SIZE); /* Make sure this is page aligned so that we can properly leave these |