diff options
author | ian <ian@FreeBSD.org> | 2015-10-18 16:54:34 +0000 |
---|---|---|
committer | ian <ian@FreeBSD.org> | 2015-10-18 16:54:34 +0000 |
commit | 5723997412f1009e9962e6b1790496e537a4065f (patch) | |
tree | 6cdbe796d7d874350beaa762fb1307005122964b /sys/arm/altera | |
parent | 2e36231acf2e90bdb35ec59d85cba8a0e7d2a047 (diff) | |
download | FreeBSD-src-5723997412f1009e9962e6b1790496e537a4065f.zip FreeBSD-src-5723997412f1009e9962e6b1790496e537a4065f.tar.gz |
Rename arm_init_secondary_ic() -> arm_pic_init_secondary(). The latter is
the name the function will have when the new ARM_INTRNG code is integrated,
and doing this rename first will make it easier to toggle the new interrupt
handling code on/off with a config option for debugging.
Diffstat (limited to 'sys/arm/altera')
-rw-r--r-- | sys/arm/altera/socfpga/socfpga_mp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/altera/socfpga/socfpga_mp.c b/sys/arm/altera/socfpga/socfpga_mp.c index 24784e9..461d3f4 100644 --- a/sys/arm/altera/socfpga/socfpga_mp.c +++ b/sys/arm/altera/socfpga/socfpga_mp.c @@ -87,7 +87,7 @@ void platform_mp_init_secondary(void) { - arm_init_secondary_ic(); + arm_pic_init_secondary(); } void |