j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: afaerber Date: Wed Nov 10 23:35:39 2010 New Revision: 952 URL: http://tracker.coreboot.org/trac/openbios/changeset/952
Log: cuda: Use FMT_plx
Use new FMT_plx format for ppc64-compatible trace output.
Signed-off-by: Andreas Färber andreas.faerber@web.de
Modified: trunk/openbios-devel/drivers/cuda.c
Modified: trunk/openbios-devel/drivers/cuda.c ============================================================================== --- trunk/openbios-devel/drivers/cuda.c Tue Nov 9 23:50:48 2010 (r951) +++ trunk/openbios-devel/drivers/cuda.c Wed Nov 10 23:35:39 2010 (r952) @@ -376,7 +376,7 @@ phandle_t aliases;
base += IO_CUDA_OFFSET; - CUDA_DPRINTF(" base=%08x\n", base); + CUDA_DPRINTF(" base=" FMT_plx "\n", base); cuda = malloc(sizeof(cuda_t)); if (cuda == NULL) return NULL;