lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 18 Jan 2008 21:06:43 +0200
From:	Chodorenko Michail <misha@....by>
To:	linux-kernel@...r.kernel.org
Subject: PROBLEM: Celeron Core

I have a laptop "Extensa 5220", with the processor Celeron based on 'core'
technology.
There is ~ / arch/i386/kernel/cpu/cpufreq/p4-clockmod.c in the kernel
source code
but there's no line identification of my CPU for apply freqency change
need to add a ID line 0х16
                       
 
    "that instead of p4-clockmod, if possible.\n");
               switch (c->x86_model) {
               case 0x0E: /* Core */
+              case 0x16: /* Celeron Core */
               case 0x0F: /* Core Duo */
                      p4clockmod_driver.flags |= CPUFREQ_CONST_LOOPS;
                      return
speedstep_get_processor_frequency(SPEEDSTEP_PROCESSOR_PCORE);



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ