Gentoo Archives: gentoo-user

From: Jeff Williams <jeffwilliams05@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] hyperthreading
Date: Tue, 13 Dec 2005 16:21:40
Message-Id: 17e351010512130810r6937c6aalf83d2781c939b01@mail.gmail.com
In Reply to: [gentoo-user] hyperthreading by Nick Smith
1 Are you viewing /proc/cpuinfo to get that information or just watching
2 as it boots? Also, what do you get if you do this:
3
4 grep -i 'smp' /boot/config
5
6 If you don't have a symbolic link from /boot/config to your kernel
7 config you will have to change the path somewhat (for example,
8 /boot/config-2.6.14-gentoo-r2 if you are using the 2.6.14-r2 gentoo
9 sources). This should give you a result similar to the following:
10
11 CONFIG_SMP=y
12 CONFIG_X86_FIND_SMP_CONFIG=y
13 CONFIG_X86_SMP=y
14
15 Hope this helps.
16
17 Jeff
18
19 On 12/13/05, Nick Smith <nick.smith79@×××××.com> wrote:
20 > just did a reinstall of my gentoo box, (been almost a year or so) and
21 > for some reason this time around it doesnt see my hyperthreading p4 as
22 > two cpu's anymore, i have hyperthreading and smp support turned on in
23 > the kernel like i had before. is this normal? what can i do to get
24 > gentoo to see this machine as an smp machine again?
25 >
26 > thanks
27 >
28 > Nick
29 >
30 > --
31 > gentoo-user@g.o mailing list
32 >
33 >
34
35 --
36 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] hyperthreading Nick Smith <nick.smith79@×××××.com>