]> git.baikalelectronics.ru Git - kernel.git/commit
xtensa: minor compiler warning fix
authorChris Zankel <chris@zankel.net>
Thu, 18 Oct 2012 06:08:20 +0000 (23:08 -0700)
committerChris Zankel <chris@zankel.net>
Fri, 19 Oct 2012 17:24:20 +0000 (10:24 -0700)
commit09e331abce5b4841ce94ad6fdb4a0b020b071287
tree0e79bab84dea6e9bd91d8cedbbe639c8d1c702ed
parent3e8c118c80d09409bfc7038d0ab46b0a109ba855
xtensa: minor compiler warning fix

Fix two compiler warnings complaining about truncating a value on
a 64-bit host, and about declaring an unused variable that is only
used for a specific configuration.

Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/kernel/entry.S
arch/xtensa/kernel/process.c