Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80248
b: refs/heads/master
c: 70d8abf
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin authored and Ingo Molnar committed Jan 30, 2008
1 parent 518336c commit 268bd0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f7775016c66c2f45125f22968c351c88868ee7a3
refs/heads/master: 70d8abf5df857ca7befe02e5d61fde807420a54c
1 change: 1 addition & 0 deletions trunk/arch/x86/boot/boot.h
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ int query_apm_bios(void);

/* cmdline.c */
int cmdline_find_option(const char *option, char *buffer, int bufsize);
int cmdline_find_option_bool(const char *option);

/* cpu.c, cpucheck.c */
int check_cpu(int *cpu_level_ptr, int *req_level_ptr, u32 **err_flags_ptr);
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86/boot/cmdline.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ int cmdline_find_option_bool(const char *option)
u32 cmdline_ptr = boot_params.hdr.cmd_line_ptr;
addr_t cptr;
char c;
int pos =0 , wstart = 0;
int pos = 0, wstart = 0;
const char *opptr = NULL;
enum {
st_wordstart, /* Start of word/after whitespace */
Expand Down

0 comments on commit 268bd0a

Please sign in to comment.