]> rtime.felk.cvut.cz Git - l4.git/blobdiff - kernel/fiasco/src/abi/sparc/kip-sparc.cpp
update
[l4.git] / kernel / fiasco / src / abi / sparc / kip-sparc.cpp
index 352e0a987786376aed709da3c2101bca2faac438..fd5b15371cb2dca8781b3c6aea0929361064a174 100644 (file)
@@ -9,6 +9,11 @@ INTERFACE [sparc]:
 EXTENSION class Kip
 {
 public:
+  struct Platform_info
+  {
+    char name[16];
+    Unsigned32 is_mp;
+  };
 
   /* 0x00 */
   Mword      magic;
@@ -64,7 +69,8 @@ public:
   Unsigned32 _res8[2];
 
   /* 0xF0 */
-  Unsigned32 __reserved[20];
+  Platform_info platform_info;
+  Unsigned32 __reserved[3];
 };
 
 //---------------------------------------------------------------------------