All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] kernel.h: split out panic and oops helpers (ia64 fix)
@ 2021-05-20 13:05 ` Andy Shevchenko
  0 siblings, 0 replies; 10+ messages in thread
From: Andy Shevchenko @ 2021-05-20 13:05 UTC (permalink / raw)
  To: linux-ia64, linux-kernel
  Cc: Andrew Morton, Andy Shevchenko, kernel test robot

Follow up fix for the "kernel.h: split out panic and oops helpers" patch.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---

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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-05-21 12:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-20 13:05 [PATCH v1 1/1] kernel.h: split out panic and oops helpers (ia64 fix) Andy Shevchenko
2021-05-20 13:05 ` Andy Shevchenko
2021-05-20 13:12 ` John Paul Adrian Glaubitz
2021-05-20 13:12   ` John Paul Adrian Glaubitz
2021-05-20 13:17   ` Andy Shevchenko
2021-05-20 13:17     ` Andy Shevchenko
2021-05-21  7:24     ` John Paul Adrian Glaubitz
2021-05-21  7:24       ` John Paul Adrian Glaubitz
2021-05-21 12:02       ` Andy Shevchenko
2021-05-21 12:02         ` Andy Shevchenko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.