j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2008-09-27 21:46:18 +0200 (Sat, 27 Sep 2008) New Revision: 239
Modified: openbios-devel/arch/sparc64/openbios.c Log: Add fake cpuid to cpu node (Igor Kovalenko)
Modified: openbios-devel/arch/sparc64/openbios.c =================================================================== --- openbios-devel/arch/sparc64/openbios.c 2008-09-27 19:45:19 UTC (rev 238) +++ openbios-devel/arch/sparc64/openbios.c 2008-09-27 19:46:18 UTC (rev 239) @@ -413,6 +413,11 @@ push_str("sparc-version"); fword("property");
+ PUSH(1); + fword("encode-int"); + push_str("cpuid"); + fword("property"); + fword("finish-device");
// MMU node