It's the new CFQ. I'm thinking of getting rid of that for now.Evil Dark Archon wrote:the anticipatory scheduler is broken, not sure which patch causes it, but it is broken.
It's the new CFQ. I'm thinking of getting rid of that for now.Evil Dark Archon wrote:the anticipatory scheduler is broken, not sure which patch causes it, but it is broken.
I was also thinking the same. It might also win us some friends from x86_64, I think it's breaking their compiles (although it looks like just missing syscalls and shouldn't be a big deal to fix).steel300 wrote:It's the new CFQ. I'm thinking of getting rid of that for now.Evil Dark Archon wrote:the anticipatory scheduler is broken, not sure which patch causes it, but it is broken.


Code: Select all
# The contents of this file were generated automatically.
# Please do not modify them, unless you are sure what you're doing.
# Format: HorizontalSyncTotal, HorizontalSyncStart, HorizontalSyncEnd
# VerticalSyncTotal, VerticalSyncStart, VerticalSyndEnd
# Flags (0 = hsync+, vsync+; 12 = hsync-, vsync-; 8 = hsync-, vsync+, 4 = hsync+, vsync-)
# Pixel Clock Rate (Hz)
# Vertical Refresh Rate (in units of 0.01 Hz)
#define VIDEO_VESAFB_CRTC_DATA
# 320x200 @ 85Hz
.word 456, 344, 424
.word 240, 214, 214
.byte 0
.long 9302400
.word 8500
.space 40
# 640x400 @ 85Hz
.word 904, 680, 840
.word 440, 414, 414
.byte 4
.long 33809600
.word 8500
.space 40
# 640x480 @ 85Hz
.word 904, 680, 840
.word 520, 494, 494
.byte 12
.long 39956800
.word 8500
.space 40
# 800x600 @ 85Hz
.word 1128, 848, 1048
.word 640, 614, 614
.byte 0
.long 61363200
.word 8500
.space 40
# 1024x768 @ 85Hz
.word 1416, 1080, 1320
.word 808, 782, 782
.byte 0
.long 97250880
.word 8500
.space 40
# 1280x1024 @ 59.55Hz
.word 1736, 1344, 1624
.word 1064, 1038, 1038
.byte 0
.long 110000000
.word 5955
.space 40Code: Select all
default 0
timeout 30
fallback 1
splashimage=(hd0,0)/grub/splash.xpm.gz
title=Linux Bootsplash (2.6.4 love-sources)
root (hd0,0)
kernel (hd0,0)/kernel-2.6.4-love1 root=/dev/hda2 vga=0x517 splash=silent video=vesa:ywrap,mtrr
initrd (hd0,0)/initrd-lintoo-1024x768
title=Linux (Old Kernel)
root (hd0,0)
kernel (hd0,0)/kernel.backup root=/dev/hda2





