Follow up fix for the "kernel.h: split out panic and oops helpers" patch.
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Andy Shevchenko <[email protected]>
---
Andrew, please add as a fix to the above mentioned patch, thanks!
For the record, I haven't got any other messages from any of CIs/bots,
presumably there will be no more or very little reports.
Note, this patch is untested. I have no ia64 compiler at hand.
arch/ia64/include/asm/pal.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/ia64/include/asm/pal.h b/arch/ia64/include/asm/pal.h
index 5c51fceedaf9..e6b652f9e45e 100644
--- a/arch/ia64/include/asm/pal.h
+++ b/arch/ia64/include/asm/pal.h
@@ -99,6 +99,7 @@
#include <linux/types.h>
#include <asm/fpu.h>
+#include <asm/intrinsics.h>
/*
* Data types needed to pass information into PAL procedures and
--
2.30.2
Hello Andy!
On 5/20/21 3:05 PM, Andy Shevchenko wrote:
> Note, this patch is untested. I have no ia64 compiler at hand.
>
> arch/ia64/include/asm/pal.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/ia64/include/asm/pal.h b/arch/ia64/include/asm/pal.h
> index 5c51fceedaf9..e6b652f9e45e 100644
> --- a/arch/ia64/include/asm/pal.h
> +++ b/arch/ia64/include/asm/pal.h
> @@ -99,6 +99,7 @@
>
> #include <linux/types.h>
> #include <asm/fpu.h>
> +#include <asm/intrinsics.h>
>
> /*
> * Data types needed to pass information into PAL procedures and
>
I can test it later today.
Adrian
--
.''`. John Paul Adrian Glaubitz
: :' : Debian Developer - [email protected]
`. `' Freie Universitaet Berlin - [email protected]
`- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913