disp8: make constant arrays in get_disp8N() static
commit7a82ebe7bd83e0f21a55ae0c2a82665534208621
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 26 Aug 2016 00:40:13 +0000 (25 17:40 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 26 Aug 2016 00:40:13 +0000 (25 17:40 -0700)
tree3f8c26dddcc224f1966f3769c1bc00de593f5051
parent0cb6739ba4d0bc03255ee91f57ec26d9f1de24f9
disp8: make constant arrays in get_disp8N() static

The constant arrays in get_disp8N() should be static; otherwise the
compiler has to manifest them on the stack for every execution which
makes no sense at all.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
x86/disp8.c