From f622d598db3a6fb7001b6b63e7184272eb19db72 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 26 Nov 2005 16:56:05 +0000 Subject: - Apply 11_24_a_s1_core.diff from https://openbios.org/roundup/linuxbios/issue24 - fix up for via epia-m git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2110 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/device/path.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/device/path.h') diff --git a/src/include/device/path.h b/src/include/device/path.h index cfac751e26..8b923c18fd 100644 --- a/src/include/device/path.h +++ b/src/include/device/path.h @@ -38,6 +38,8 @@ struct i2c_path struct apic_path { unsigned apic_id; + unsigned node_id; + unsigned core_id; }; struct apic_cluster_path -- cgit v1.2.3