CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/29 07:19:22
Modified files:
sys/arch/powerpc64/powerpc64: trap.c
Log message:
Printing too much information in the trap handlers seems to lock up the
kernel side of syslog. Move debug code to print register values into
a separate function and make it use opal_printf().
