CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/14 23:00:39
Modified files:
sys/dev : rnd.c
Log message:
remove i386-only inline assembler roll() function; gcc optimises the
equivalent C code into a rol instruction anyway (confirmed with
objdump -d); "nuke it" weingart@
