]> git.baikalelectronics.ru Git - kernel.git/commit
Command-line parsing code for the new x86 setup code
authorH. Peter Anvin <hpa@zytor.com>
Wed, 11 Jul 2007 19:18:44 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 12 Jul 2007 17:55:55 +0000 (10:55 -0700)
commit0f8d48e814561ec142a2c9f999900804301c5fea
tree976498a1a75a88c999f604a6988b7a2ab5e5518f
parent7a16b38f5fb6337fb4f08f825fc0ec454d2c2e8d
Command-line parsing code for the new x86 setup code

Simple command-line parser which allows us to access the kernel command
line from the setup code.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/boot/cmdline.c [new file with mode: 0644]