On Wednesday, January 26, 2005 10:05 am, David Mosberger wrote:
> Hmmh, I probably misread the patch.  I was looking at this hunk:
>
> +#ifdef CONFIG_SMP
>  /**
>   * per_cpu_init - setup per-cpu variables
>   *
> @@ -558,6 +586,7 @@
>
>   return __per_cpu_start + __per_cpu_offset[smp_processor_id()];
>  }
> +#endif /* CONFIG_SMP */

Oh, you're right.  My patch just defaults to using __phys_per_cpu_start.  
That's probably why the MCA stuff didn't work.

Jesse
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to