diff options
author | Simon Glass | 2019-11-14 12:57:42 -0700 |
---|---|---|
committer | Tom Rini | 2019-12-02 18:25:01 -0500 |
commit | 36bf446b642d5759981f5adf547b4a7aeb15eee3 (patch) | |
tree | 2da7ba0b25d84054b9327358b74ab8e4e72614d1 /post/lib_powerpc | |
parent | c30b7adbcaa88511e7f6095e0683d83cc958bb30 (diff) |
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/lib_powerpc')
-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 49c5ee63498..d4f60aa7388 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 67edee01074..0b02e9169e2 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 79b22ebab71..e70869774ce 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 b5b47bafb27..85a9b0ad36b 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 7ab3c352acb..bb29e917012 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 93de47a1cff..56ed355dde7 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 3fbd8babfa5..5269563b1e1 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 51750bb0707..7807eb17acf 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 16e642238e1..7b4dc79fb17 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 f88d62a73bd..8a03e9b9bcb 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 c12577fd4f5..e2beb4e4171 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 cad3aec82d0..d4a8fabc425 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 8bd65c35817..8e278fee885 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 3d3f2b117cc..fc460ceb9f0 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 27a32a274a4..fc6f1f5674a 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 28c17df71e4..f49c85e6b9d 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 ea9e465862b..6bc5a54706b 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 2c0efaec36b..fa376c76b1b 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 eae4c572442..5c36012a9b7 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 |