CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/25 08:34:22
Modified files:
sys/arch/armv7/omap: amdisplay.c
Log message:
Storing the address of a stack variable in a global variable is a bad idea.
Rework the code to store the relevant information in the softc. As a bonus,
this reduces the stack space that is used such that this file compiles with
clang.
ok ians@
