core: define and use set_flags() helper
authorH. Peter Anvin <hpa@linux.intel.com>
Mon, 26 Jul 2010 20:57:34 +0000 (13:57 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Mon, 26 Jul 2010 20:57:34 +0000 (13:57 -0700)
commit9d9525aba8b8aece54b4c3b45245eb050e961ed5
tree62979ab912a7dd8131c89af296e7e92f7e15734b
parent0e2cc408f60fbafecd853751c8638dfe9a9f7c84
core: define and use set_flags() helper

Rather than opencoding the arithmetic flag mask, define an inline to
make that happen properly.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
core/fs/fs.c
core/fs/loadhigh.c
core/include/core.h