]> Devoid-pointer.net GitWeb - omnibook.git/commit
* Lindent run
authorMathieu Bérard <mathieu.berard@crans.org>
Thu, 14 Sep 2006 14:29:27 +0000 (14:29 +0000)
committerMathieu Bérard <mathieu.berard@crans.org>
Thu, 14 Sep 2006 14:29:27 +0000 (14:29 +0000)
commit2fd8c19f77d0da555ce886eed54fe1cbb524cd42
treeaa11f9c08621decde00d2b2dbb6d66b1abddd830
parent5432e4ce510bfdebba0c47228b5ea1265d9bdbfd
* Lindent run
* Check all struct omnibook_operations created on the stack:
  -Remove those who are clearly avoidable
  -Correctly init the others
* Yet another nbsmi asm implementation:
  -use spinlock_irqsave/restore to save/load eflags
  -don't pusha/popa but put all registers in clobber list
  Should be more stack friendly
  Has been runtime checked by replacing smi call by
  "lets clobber the registers" asm instructions.
* Yet more fix by Holger Nelson.
23 files changed:
ac.c
acpi.c
apmemu.c
battery.c
blank.c
bluetooth.c
compal.c
display.c
dock.c
dump.c
ec.c
ec.h
fan.c
fan_policy.c
hotkeys.c
info.c
init.c
lcd.c
muteled.c
nbsmi.c
temperature.c
touchpad.c
wireless.c