process: Fix mask size in ssig
authorAlan Cox <alan@linux.intel.com>
Thu, 14 Dec 2017 11:32:35 +0000 (11:32 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 14 Dec 2017 11:32:35 +0000 (11:32 +0000)
commit9cb5d967f5d13d922cdfd69592676de34ccf5290
treebde232951efe247e7cecd2fba875c2d261052c8d
parent1ee0f3a6de2c57944f78a5a31a9bc756da75250e
process: Fix mask size in ssig

We don't need a 32bit value any more, and using 16bits saves us 100 bytes
(That's how expensive SDCC longs are!)
Kernel/process.c