summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/cmdline.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2014-06-03 15:44:50 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-03 15:44:50 -0700
commitc33c40549ef8f080d8aa0545d043d9f01bf804a9 (patch)
tree0cf57d089c915307895baa484ce2bfa827248649 /arch/x86/include/asm/cmdline.h
parente30c631be68b3885aee1b813c427354c950f4146 (diff)
parent65cef1311d5d212fd3d48a43678536dc878ca288 (diff)
Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
Pull x86 microcode changes from Ingo Molnar: "A microcode-debugging boot flag plus related refactoring" * 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86, microcode: Add a disable chicken bit x86, boot: Carve out early cmdline parsing function
Diffstat (limited to 'arch/x86/include/asm/cmdline.h')
-rw-r--r--arch/x86/include/asm/cmdline.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/include/asm/cmdline.h b/arch/x86/include/asm/cmdline.h
new file mode 100644
index 000000000000..e01f7f7ccb0c
--- /dev/null
+++ b/arch/x86/include/asm/cmdline.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_X86_CMDLINE_H
+#define _ASM_X86_CMDLINE_H
+
+int cmdline_find_option_bool(const char *cmdline_ptr, const char *option);
+
+#endif /* _ASM_X86_CMDLINE_H */