mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08:00
[SCSI] sun3: Add various missing NDEBUG* definitions
This fixes a.o.: drivers/scsi/sun3_scsi.h:225:5: warning: "NDEBUG" is not defined drivers/scsi/sun3_scsi.h:345:14: warning: "NDEBUG_ABORT" is not defined drivers/scsi/sun3_scsi.h:351:14: warning: "NDEBUG_TAGS" is not defined drivers/scsi/sun3_scsi.h:357:14: warning: "NDEBUG_MERGING" is not defined Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
0cb8cd76aa
commit
2ba51ea28b
@ -70,6 +70,12 @@
|
||||
#include <asm/idprom.h>
|
||||
#include <asm/machines.h>
|
||||
|
||||
#define NDEBUG 0
|
||||
|
||||
#define NDEBUG_ABORT 0x00100000
|
||||
#define NDEBUG_TAGS 0x00200000
|
||||
#define NDEBUG_MERGING 0x00400000
|
||||
|
||||
/* dma on! */
|
||||
#define REAL_DMA
|
||||
|
||||
@ -86,8 +92,6 @@ static void NCR5380_print(struct Scsi_Host *instance);
|
||||
/*#define RESET_BOOT */
|
||||
#define DRIVER_SETUP
|
||||
|
||||
#define NDEBUG 0
|
||||
|
||||
/*
|
||||
* BUG can be used to trigger a strange code-size related hang on 2.1 kernels
|
||||
*/
|
||||
|
@ -39,6 +39,12 @@
|
||||
/* dma on! */
|
||||
#define REAL_DMA
|
||||
|
||||
#define NDEBUG 0
|
||||
|
||||
#define NDEBUG_ABORT 0x00100000
|
||||
#define NDEBUG_TAGS 0x00200000
|
||||
#define NDEBUG_MERGING 0x00400000
|
||||
|
||||
#include "scsi.h"
|
||||
#include "initio.h"
|
||||
#include <scsi/scsi_host.h>
|
||||
@ -50,8 +56,6 @@ extern int sun3_map_test(unsigned long, char *);
|
||||
/*#define RESET_BOOT */
|
||||
#define DRIVER_SETUP
|
||||
|
||||
#define NDEBUG 0
|
||||
|
||||
/*
|
||||
* BUG can be used to trigger a strange code-size related hang on 2.1 kernels
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user