lkml.org 
[lkml]   [2003]   [Aug]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
Subject[PATCH] visws: fix 2.6.0-test4 breakage
From
Hi,

attached trivial patch fixes visws subarch kernel build.
It was broken by 2.6.0-test4 cpumask_t changes.

Please apply.

Best regards.

--
Andrey Panin | Linux and UNIX system administrator
pazke@donpac.ru | PGP key: wwwkeys.pgp.net
diff -urN -X /usr/share/dontdiff linux-2.6.0-test4.vanilla/arch/i386/mach-visws/mpparse.c linux-2.6.0-test4/arch/i386/mach-visws/mpparse.c
--- linux-2.6.0-test4.vanilla/arch/i386/mach-visws/mpparse.c Tue Aug 26 23:33:35 2003
+++ linux-2.6.0-test4/arch/i386/mach-visws/mpparse.c Tue Aug 26 22:27:21 2003
@@ -38,7 +38,7 @@
void __init MP_processor_info (struct mpc_config_processor *m)
{
int ver, logical_apicid;
- cpumask_t apic_cpus;
+ physid_mask_t apic_cpus;

if (!(m->mpc_cpuflag & CPU_ENABLED))
return;[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2005-03-22 13:48    [W:0.033 / U:0.020 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site