X-Git-Url: http://git.ozlabs.org/?p=yaboot.git;a=blobdiff_plain;f=include%2Fdebug.h;h=dcac25a88acfd20d54e32508d7a53aded28eee08;hp=8fa1281c3d2e926ca8ffabbb2c3289dfea5c1028;hb=HEAD;hpb=da7857367944c983abf98f956241dcc614b2f453 diff --git a/include/debug.h b/include/debug.h index 8fa1281..dcac25a 100644 --- a/include/debug.h +++ b/include/debug.h @@ -1,7 +1,7 @@ /* * Debug defines * - * Copyright (C) 2001 Ethan Benson + * Copyright (C) 2001 Ethan Benson * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -32,8 +32,8 @@ prom_printf( fmt, ## args );\ } # define DEBUG_OPEN DEBUG_F( "dev=%s, part=0x%p (%d), file_name=%s\n",\ - dev_name, part, part ? part->part_number : -1,\ - file_name) + fspec->dev, part, part ? part->part_number : -1,\ + fspec->file) # define DEBUG_SLEEP prom_sleep(3) #else #define DEBUG_ENTER @@ -44,7 +44,7 @@ #define DEBUG_SLEEP #endif -/* +/* * Local variables: * c-file-style: "k&r" * c-basic-offset: 5