mirror of
https://github.com/torvalds/linux.git
synced 2026-04-18 06:44:00 -04:00
openrisc: Fix broken paths to arch/or32
OpenRISC was mainlined as "openrisc", not "or32". vmlinux.lds is generated from vmlinux.lds.S. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Stafford Horne <shorne@gmail.com>
This commit is contained in:
committed by
Stafford Horne
parent
7566ec393f
commit
57ce8ba0fd
@@ -240,7 +240,7 @@ handler: ;\
|
|||||||
* occured. in fact they never do. if you need them use
|
* occured. in fact they never do. if you need them use
|
||||||
* values saved on stack (for SPR_EPC, SPR_ESR) or content
|
* values saved on stack (for SPR_EPC, SPR_ESR) or content
|
||||||
* of r4 (for SPR_EEAR). for details look at EXCEPTION_HANDLE()
|
* of r4 (for SPR_EEAR). for details look at EXCEPTION_HANDLE()
|
||||||
* in 'arch/or32/kernel/head.S'
|
* in 'arch/openrisc/kernel/head.S'
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* =====================================================[ exceptions] === */
|
/* =====================================================[ exceptions] === */
|
||||||
|
|||||||
@@ -1728,7 +1728,7 @@ _string_nl:
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* .data section should be page aligned
|
* .data section should be page aligned
|
||||||
* (look into arch/or32/kernel/vmlinux.lds)
|
* (look into arch/openrisc/kernel/vmlinux.lds.S)
|
||||||
*/
|
*/
|
||||||
.section .data,"aw"
|
.section .data,"aw"
|
||||||
.align 8192
|
.align 8192
|
||||||
|
|||||||
Reference in New Issue
Block a user