mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h
@ 2012-10-22 12:05 David Howells
  2012-10-22 12:06 ` [PATCH 2/2] x86: Provide a comment in uapi/asm/setup.h David Howells
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: David Howells @ 2012-10-22 12:05 UTC (permalink / raw)
  To: tglx; +Cc: x86, linux-kernel, David Howells

Provide a comment in the empty uapi/asm/hw_breakpoint.h to make sure that the
patch program doesn't delete it.

However, should some part of asm/hw_breakpoint.h actually be exported here,
or, possibly, should the entire uapi file be removed?  In v3.6, though the
file was marked for export to userspace, it had nothing outside of __KERNEL__.

This needs to be applied on top of the x86 UAPI disintegration patch.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 arch/x86/include/uapi/asm/hw_breakpoint.h |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/x86/include/uapi/asm/hw_breakpoint.h b/arch/x86/include/uapi/asm/hw_breakpoint.h
index e69de29..91cb766 100644
--- a/arch/x86/include/uapi/asm/hw_breakpoint.h
+++ b/arch/x86/include/uapi/asm/hw_breakpoint.h
@@ -0,0 +1,3 @@
+/*
+ * x86 hardware breakpoint stuff.
+ */


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

end of thread, other threads:[~2012-10-31 22:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-22 12:05 [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h David Howells
2012-10-22 12:06 ` [PATCH 2/2] x86: Provide a comment in uapi/asm/setup.h David Howells
2012-10-24 10:35 ` [PATCH 1/2] x86: Provide a comment in uapi/asm/hw_breakpoint.h Ingo Molnar
2012-10-24 11:12 ` David Howells
2012-10-24 11:19   ` Ingo Molnar
2012-10-31 22:53   ` David Howells

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

Powered by JetHome