Skip to content

Commit

Permalink
create non-empty arch/x86/include/uapi/asm/ files
Browse files Browse the repository at this point in the history
patch(1) doesn't create zero-length files, so my kernel didn't compile.

Put something in these files so patch(1) actually creates them.

Cc: David Howells <dhowells@redhat.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Dave Jones <davej@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Dec 18, 2012
1 parent 9360b53 commit d712407
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/include/uapi/asm/hw_breakpoint.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* */
1 change: 1 addition & 0 deletions arch/x86/include/uapi/asm/setup.h
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* */

0 comments on commit d712407

Please sign in to comment.