lkml.org 
[lkml]   [2008]   [Apr]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] x86: DS cleanup - dont treat 0 as NULL
Cyrill Gorcunov wrote:
>
> Actually I wonder why in original code Atom processors was
> _that_ aligned? Was it made with a special purpose? yes,
> it's a mobile platform, but can't see any reason for such
> alignment.
>

[...]

> @@ -825,7 +825,7 @@ void __cpuinit ds_init_intel(struct cpuinfo_x86 *c)
> ds_configure(&ds_cfg_var);
> break;
> case 0xF: /* Core2 */
> - case 0x1C: /* Atom */
> + case 0x1C: /* Atom */
> ds_configure(&ds_cfg_64);
> break;
> default:
>

Nevermind, I was looking for a *memory* alignment... :-/

-hpa


\
 
 \ /
  Last update: 2008-04-28 21:49    [W:1.109 / U:0.316 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site