mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Remove an extra bracket left by the vt8237r cleanup patch (trivial)
Signed-off-by: Corey Osgood <corey.osgood@gmail.com> Acked-by: Corey Osgood <corey.osgood@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3652 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
0a20c41622
commit
8ce164dda3
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ static struct ioapicreg {
|
|||
/* IO-APIC virtual wire mode configuration. */
|
||||
/* mask, trigger, polarity, destination, delivery, vector */
|
||||
{0, ENABLED | TRIGGER_EDGE | POLARITY_HIGH | PHYSICAL_DEST |
|
||||
ExtINT, NONE}, {
|
||||
ExtINT, NONE},
|
||||
{1, DISABLED, NONE},
|
||||
{2, DISABLED, NONE},
|
||||
{3, DISABLED, NONE},
|
||||
|
|
Loading…
Add table
Reference in a new issue