com32: add a centralized bitops header
authorH. Peter Anvin <hpa@zytor.com>
Sun, 14 Nov 2010 21:09:48 +0000 (13:09 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 14 Nov 2010 21:09:48 +0000 (13:09 -0800)
commitdb74cf6c4182f40ecf7fad1f04799d09d82f896d
tree489451b230b21ffd410107dab91b7037a2e5af4f
parentdd0a971cb6315a5f30c8d378a92f8db9f7ed4eb0
com32: add a centralized bitops header

Add a centralized bitops header <sys/bitops.h> which uses x86 bitops
instructions.  This is necessary to keep gcc 4.5 from aborting
compilation due to the inlined code being larger than the non-inlined
version, and well, we should really use the bitops.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/gplinclude/cpuid.h
com32/include/sys/bitops.h [new file with mode: 0644]
com32/lib/vsscanf.c