aboutsummaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2018-03-26 15:06:00 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2018-03-27 00:41:09 -0500
commit336f306555d02505a429a0a01b06bf7130c36c03 (patch)
tree3f0e9353732e547f09894f4210fc16f34862f2f4 /asm
parent8cabd06243ac077a4ca6c09424fac92941b72321 (diff)
downloadskiboot-336f306555d02505a429a0a01b06bf7130c36c03.zip
skiboot-336f306555d02505a429a0a01b06bf7130c36c03.tar.gz
skiboot-336f306555d02505a429a0a01b06bf7130c36c03.tar.bz2
mem-map: Use a symbolic constant for exception vector size
Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'asm')
-rw-r--r--asm/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/head.S b/asm/head.S
index fb4b95f..8049d78 100644
--- a/asm/head.S
+++ b/asm/head.S
@@ -224,7 +224,7 @@ _exception:
exception_entry_foo:
b exception_entry
- .= 0x2000
+ .= EXCEPTION_VECTORS_END
/* This is the OPAL branch table. It's populated at boot time
* with function pointers to the various OPAL functions from
* the content of the .opal_table section, indexed by Token.