View previous topic :: View next topic |
Author |
Message |
jakeluck Tux's lil' helper
Joined: 01 Dec 2003 Posts: 84
|
Posted: Thu May 31, 2007 2:27 pm Post subject: preempt or not |
|
|
the amd64 documentation warns about PREEMPT in the kernel. (is this still a valid suggestion?)
to discover the real reason behind my large compile-system-lockup I am trying
CONFIG_PREEMPT_NONE=y
CONFIG_PREEMPT_BKL=n
NForce4/X2 3800+
what do you all use for your PREEMPT kernel options? |
|
Back to top |
|
|
JeliJami Veteran
Joined: 17 Jan 2006 Posts: 1086 Location: Belgium
|
Posted: Thu May 31, 2007 2:29 pm Post subject: |
|
|
Code: | $ zgrep PREEMPT /usr/src/linux/.config
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
|
and everything seems to be running just fine _________________ Unanswered Post Initiative | Search | FAQ
Former username: davjel |
|
Back to top |
|
|
BitJam Advocate
Joined: 12 Aug 2003 Posts: 2513 Location: Silver City, NM
|
Posted: Thu May 31, 2007 4:30 pm Post subject: |
|
|
Code: | $ zgrep PREEMPT /proc/config.gz
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
# CONFIG_PREEMPT_BKL is not set |
and everything runs smooth as silk on my amd64 system even during massive disk usage such as backing up 17 Gigs to a firewire drive. |
|
Back to top |
|
|
yngwin Retired Dev
Joined: 19 Dec 2002 Posts: 4572 Location: Suzhou, China
|
Posted: Thu May 31, 2007 7:23 pm Post subject: |
|
|
Code: | % grep PREEMPT /usr/src/linux/.config
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_BKL=y
|
_________________ "Those who deny freedom to others deserve it not for themselves." - Abraham Lincoln
Free Culture | Defective by Design | EFF |
|
Back to top |
|
|
|