buffers: enum is evil, use a uint8_t instead and save a byte a buffer
authorAlan Cox <alan@linux.intel.com>
Mon, 12 Oct 2015 22:20:10 +0000 (23:20 +0100)
committerAlan Cox <alan@linux.intel.com>
Mon, 12 Oct 2015 22:20:10 +0000 (23:20 +0100)
commit11eb3ca7f5d3f1be8b72c6755b5ec8256c9be655
treeba9c5655c09fa2a112d26614c20326a433ce103b
parent6c4be6cdb4d147c377b5e6faf670fb1c5a137126
buffers: enum is evil, use a uint8_t instead and save a byte a buffer

520 is also a cheaper multiply on processors without mul instructions
Kernel/include/kernel.h
Kernel/kernel09.def