putdigit: microoptimisations
authorAlan Cox <alan@linux.intel.com>
Sat, 6 Dec 2014 14:59:40 +0000 (14:59 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 6 Dec 2014 14:59:40 +0000 (14:59 +0000)
commit1e231510436e2da8b1a0d5554644d1115fc33d27
tree9843a119354f34e619e187f98cf84331bd96da8f
parentcb21cec0c2911a65ed8077884c2fd516f2ec9f8c
putdigit: microoptimisations

The compiler can't assume much about the variables after the call to put
the character so do the operations the other way around
Kernel/devio.c