diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2019-01-08 00:04:15 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-02-12 15:08:17 +1100 |
commit | 0d44d7f7d29d0ed49f526962fc8a0e6bb69791be (patch) | |
tree | 7a657b5e9c45956d64dae3de66b10be8aec82b52 /include/skiboot.h | |
parent | 57610a3681bcc2c6794459d98861e613756e8e83 (diff) | |
download | skiboot-0d44d7f7d29d0ed49f526962fc8a0e6bb69791be.zip skiboot-0d44d7f7d29d0ed49f526962fc8a0e6bb69791be.tar.gz skiboot-0d44d7f7d29d0ed49f526962fc8a0e6bb69791be.tar.bz2 |
core/init: rename setup_reset_vector
Use the word copy, to match copy_exception_vectors.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include/skiboot.h')
-rw-r--r-- | include/skiboot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/skiboot.h b/include/skiboot.h index 8b53c76..fedd7b3 100644 --- a/include/skiboot.h +++ b/include/skiboot.h @@ -199,7 +199,7 @@ extern void init_shared_sprs(void); extern void init_replicated_sprs(void); extern bool start_preload_kernel(void); extern void copy_exception_vectors(void); -extern void setup_reset_vector(void); +extern void copy_sreset_vector(void); /* Various probe routines, to replace with an initcall system */ extern void probe_p7ioc(void); |