Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104338
b: refs/heads/master
c: d6cd7ef
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Ingo Molnar committed Jul 9, 2008
1 parent 0800fa0 commit 2e1a0b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ab6bc3e343fbe3be4a0f67225e849d0db6b4b7ac
refs/heads/master: d6cd7effcc5e0047faf15ab0a54c980f1a616a07
3 changes: 3 additions & 0 deletions trunk/arch/x86/kernel/io_delay.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ void __init io_delay_init(void)

static int __init io_delay_param(char *s)
{
if (!s)
return -EINVAL;

if (!strcmp(s, "0x80"))
io_delay_type = CONFIG_IO_DELAY_TYPE_0X80;
else if (!strcmp(s, "0xed"))
Expand Down

0 comments on commit 2e1a0b9

Please sign in to comment.