diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2019-03-02 23:06:23 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-03-05 15:28:06 +1100 |
commit | 450b429feb43900da97f4d1519d886e175d43a40 (patch) | |
tree | 350058199ce362053481245dc2d9ead4787aeecf /doc | |
parent | 64a16ae05bb28c075506efb10b569b833680068d (diff) | |
download | skiboot-450b429feb43900da97f4d1519d886e175d43a40.zip skiboot-450b429feb43900da97f4d1519d886e175d43a40.tar.gz skiboot-450b429feb43900da97f4d1519d886e175d43a40.tar.bz2 |
asm/head: move unnecessary code out of head
head.S should be for things that must be located in low memory, like
boot and interrupt entry.
Move some code from there into misc.S that is not called from entry
routines. The motivation for this patch is work to run skiboot in
virtual memory mode, which does not map head.S code. Even without that
motivation, it's still good to keep head.S clean.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions