search for: init_centaur

Displaying 2 results from an estimated 2 matches for "init_centaur".

2006 Feb 09
0
Repeated kernel "oops" / oom-killer with Ralph Passgang''s xen 3.0.0 Debian packages
...me know if there is any other info or debugging that you need me to do. Here''s what I managed to copy off the serial console: [<c01442c0>] max_sane_readahead+0x30/0x50 [<c013dda7>] filemap_nopage+0x2c7/0x3e0 [<c03eb9f8>] centaur_init_cpu+0x8/0x10 [<c03eb958>] init_centaur+0x148/0x1e0 [<c03eb9f8>] centaur_init_cpu+0x8/0x10 [<c03eb9f8>] centaur_init_cpu+0x8/0x10 [<c03f5334>] kbd_init+0x64/0xa0 [<c014da0f>] do_no_page+0xaf/0x3c0 [<c03f5334>] kbd_init+0x64/0xa0 [<c03feb7c>] ip_auto_config_setup+0x1bc/0x230 [<c03feb7c>] ip...
2008 Oct 08
0
[PATCH 2/4] Import upstream git commit e9dff0ee6694b2edd40b1b448cb786f6a7b02336
...D errata T13 (order #21922) */ if ((c->x86 == 6)) { diff -r 3be554b47704 -r 0c2193e06af9 arch/i386/kernel/cpu/centaur.c --- a/arch/i386/kernel/cpu/centaur.c Wed Oct 08 13:06:36 2008 +0100 +++ b/arch/i386/kernel/cpu/centaur.c Wed Oct 08 13:30:41 2008 +0100 @@ -442,7 +442,7 @@ static void __init init_centaur(struct c } } -static unsigned int centaur_size_cache(struct cpuinfo_x86 * c, unsigned int size) +static unsigned int __cpuinit centaur_size_cache(struct cpuinfo_x86 * c, unsigned int size) { /* VIA C3 CPUs (670-68F) need further shifting. */ if ((c->x86 == 6) && ((c->x86_mod...