Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 276402
b: refs/heads/master
c: 9e68666
h: refs/heads/master
v: v3
  • Loading branch information
Bjorn Helgaas authored and Ingo Molnar committed Dec 5, 2011
1 parent 9c34447 commit b912ad2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: efa221268566c2caa0e2a540068a2e8250fbb819
refs/heads/master: 9e6866686bdf2dcf3aeb0838076237ede532dcc8
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/mpparse.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ static void __init MP_bus_info(struct mpc_bus *m)
}
#endif

set_bit(m->busid, mp_bus_not_pci);
if (strncmp(str, BUSTYPE_ISA, sizeof(BUSTYPE_ISA) - 1) == 0) {
set_bit(m->busid, mp_bus_not_pci);
#if defined(CONFIG_EISA) || defined(CONFIG_MCA)
mp_bus_id_to_type[m->busid] = MP_BUS_ISA;
#endif
Expand Down

0 comments on commit b912ad2

Please sign in to comment.