diff options
author | Simon Glass <sjg@chromium.org> | 2019-11-14 12:57:42 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-12-02 18:25:01 -0500 |
commit | 36bf446b642d5759981f5adf547b4a7aeb15eee3 (patch) | |
tree | 2da7ba0b25d84054b9327358b74ab8e4e72614d1 /post | |
parent | c30b7adbcaa88511e7f6095e0683d83cc958bb30 (diff) | |
download | u-boot-36bf446b642d5759981f5adf547b4a7aeb15eee3.zip u-boot-36bf446b642d5759981f5adf547b4a7aeb15eee3.tar.gz u-boot-36bf446b642d5759981f5adf547b4a7aeb15eee3.tar.bz2 |
common: Move enable/disable_interrupts out of common.h
Move these two functions into the irq_funcs.h header file. Also move
interrupt_handler_t as this is used by the irq_install_handler() function.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'post')
-rw-r--r-- | post/lib_powerpc/andi.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/b.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/cmp.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/cmpi.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/complex.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/cr.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/load.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/multi.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/rlwimi.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/rlwinm.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/rlwnm.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/srawi.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/store.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/string.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/three.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/threei.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/threex.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/two.c | 1 | ||||
-rw-r--r-- | post/lib_powerpc/twox.c | 1 |
19 files changed, 19 insertions, 0 deletions
diff --git a/post/lib_powerpc/andi.c b/post/lib_powerpc/andi.c index 49c5ee6..d4f60aa 100644 --- a/post/lib_powerpc/andi.c +++ b/post/lib_powerpc/andi.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/b.c b/post/lib_powerpc/b.c index 67edee0..0b02e91 100644 --- a/post/lib_powerpc/b.c +++ b/post/lib_powerpc/b.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/cmp.c b/post/lib_powerpc/cmp.c index 79b22eb..e708697 100644 --- a/post/lib_powerpc/cmp.c +++ b/post/lib_powerpc/cmp.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/cmpi.c b/post/lib_powerpc/cmpi.c index b5b47ba..85a9b0a 100644 --- a/post/lib_powerpc/cmpi.c +++ b/post/lib_powerpc/cmpi.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/complex.c b/post/lib_powerpc/complex.c index 7ab3c35..bb29e91 100644 --- a/post/lib_powerpc/complex.c +++ b/post/lib_powerpc/complex.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/cr.c b/post/lib_powerpc/cr.c index 93de47a..56ed355 100644 --- a/post/lib_powerpc/cr.c +++ b/post/lib_powerpc/cr.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/load.c b/post/lib_powerpc/load.c index 3fbd8ba..5269563 100644 --- a/post/lib_powerpc/load.c +++ b/post/lib_powerpc/load.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/multi.c b/post/lib_powerpc/multi.c index 51750bb..7807eb1 100644 --- a/post/lib_powerpc/multi.c +++ b/post/lib_powerpc/multi.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/rlwimi.c b/post/lib_powerpc/rlwimi.c index 16e6422..7b4dc79 100644 --- a/post/lib_powerpc/rlwimi.c +++ b/post/lib_powerpc/rlwimi.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/rlwinm.c b/post/lib_powerpc/rlwinm.c index f88d62a..8a03e9b 100644 --- a/post/lib_powerpc/rlwinm.c +++ b/post/lib_powerpc/rlwinm.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/rlwnm.c b/post/lib_powerpc/rlwnm.c index c12577f..e2beb4e 100644 --- a/post/lib_powerpc/rlwnm.c +++ b/post/lib_powerpc/rlwnm.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/srawi.c b/post/lib_powerpc/srawi.c index cad3aec..d4a8fab 100644 --- a/post/lib_powerpc/srawi.c +++ b/post/lib_powerpc/srawi.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/store.c b/post/lib_powerpc/store.c index 8bd65c3..8e278fe 100644 --- a/post/lib_powerpc/store.c +++ b/post/lib_powerpc/store.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/string.c b/post/lib_powerpc/string.c index 3d3f2b1..fc460ce 100644 --- a/post/lib_powerpc/string.c +++ b/post/lib_powerpc/string.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/three.c b/post/lib_powerpc/three.c index 27a32a2..fc6f1f5 100644 --- a/post/lib_powerpc/three.c +++ b/post/lib_powerpc/three.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/threei.c b/post/lib_powerpc/threei.c index 28c17df..f49c85e 100644 --- a/post/lib_powerpc/threei.c +++ b/post/lib_powerpc/threei.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/threex.c b/post/lib_powerpc/threex.c index ea9e46586..6bc5a54 100644 --- a/post/lib_powerpc/threex.c +++ b/post/lib_powerpc/threex.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/two.c b/post/lib_powerpc/two.c index 2c0efae..fa376c7 100644 --- a/post/lib_powerpc/two.c +++ b/post/lib_powerpc/two.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test diff --git a/post/lib_powerpc/twox.c b/post/lib_powerpc/twox.c index eae4c57..5c36012 100644 --- a/post/lib_powerpc/twox.c +++ b/post/lib_powerpc/twox.c @@ -5,6 +5,7 @@ */ #include <common.h> +#include <irq_func.h> /* * CPU test |