diff options
Diffstat (limited to 'src/mainboard/amd/persimmon/dsdt.asl')
-rw-r--r-- | src/mainboard/amd/persimmon/dsdt.asl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/amd/persimmon/dsdt.asl b/src/mainboard/amd/persimmon/dsdt.asl index bd9ce746c8..dd7b4b14b1 100644 --- a/src/mainboard/amd/persimmon/dsdt.asl +++ b/src/mainboard/amd/persimmon/dsdt.asl @@ -74,21 +74,21 @@ DefinitionBlock ( Processor( C001, /* name space name */ 1, /* Unique number for this processor */ - 0x810 , /* PBLK system I/O address !hardcoded! */ + 0x810, /* PBLK system I/O address !hardcoded! */ 0x00 /* PBLKLEN for boot processor */ ) { } Processor( C002, /* name space name */ 2, /* Unique number for this processor */ - 0x810 , /* PBLK system I/O address !hardcoded! */ + 0x810, /* PBLK system I/O address !hardcoded! */ 0x00 /* PBLKLEN for boot processor */ ) { } Processor( C003, /* name space name */ 3, /* Unique number for this processor */ - 0x810 , /* PBLK system I/O address !hardcoded! */ + 0x810, /* PBLK system I/O address !hardcoded! */ 0x00 /* PBLKLEN for boot processor */ ) { } |