public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] s390: Fix a build error
       [not found] <5137EB66.9050509@huawei.com>
@ 2013-03-07  5:32 ` Fengguang Wu
  2013-03-07  9:35 ` [PATCH][RESEND] " Li Zefan
  1 sibling, 0 replies; 2+ messages in thread
From: Fengguang Wu @ 2013-03-07  5:32 UTC (permalink / raw)
  To: linux-s390

> Fengguang, could you test this patch? because I can't, this is s390...

Yes it works. Thanks!

Tested-by: Fengguang Wu <fengguang.wu@intel.com>

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

* [PATCH][RESEND] s390: Fix a build error
       [not found] <5137EB66.9050509@huawei.com>
  2013-03-07  5:32 ` [PATCH] s390: Fix a build error Fengguang Wu
@ 2013-03-07  9:35 ` Li Zefan
  1 sibling, 0 replies; 2+ messages in thread
From: Li Zefan @ 2013-03-07  9:35 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: Fengguang Wu, Martin Schwidefsky, Heiko Carstens, linux-s390,
	LKML

Commit 877c685607925238e302cd3aa38788dca6c1b226
("perf: Remove include of cgroup.h from perf_event.h") caused this:

   In file included from arch/s390/include/asm/perf_event.h:9:0,
                    from include/linux/perf_event.h:24,
                    from kernel/events/ring_buffer.c:12:
   arch/s390/include/asm/cpu_mf.h: In function 'qctri':
   arch/s390/include/asm/cpu_mf.h:61:12: error: 'EINVAL' undeclared
   (first use in this function)

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Tested-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Li Zefan <lizefan@huawei.com>
---

CC LKML, and add tested-by tag.

---
 arch/s390/include/asm/cpu_mf.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/s390/include/asm/cpu_mf.h b/arch/s390/include/asm/cpu_mf.h
index f1eddd1..c879fad 100644
--- a/arch/s390/include/asm/cpu_mf.h
+++ b/arch/s390/include/asm/cpu_mf.h
@@ -12,6 +12,7 @@
 #ifndef _ASM_S390_CPU_MF_H
 #define _ASM_S390_CPU_MF_H
 
+#include <linux/errno.h>
 #include <asm/facility.h>
 
 #define CPU_MF_INT_SF_IAE	(1 << 31)	/* invalid entry address */
-- 
1.8.0.2

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

end of thread, other threads:[~2013-03-07  9:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5137EB66.9050509@huawei.com>
2013-03-07  5:32 ` [PATCH] s390: Fix a build error Fengguang Wu
2013-03-07  9:35 ` [PATCH][RESEND] " Li Zefan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox