diff options
Diffstat (limited to 'drivers/scsi/53c7xx.c')
-rw-r--r-- | drivers/scsi/53c7xx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/53c7xx.c b/drivers/scsi/53c7xx.c index b432fd20dad2..93b41f45638a 100644 --- a/drivers/scsi/53c7xx.c +++ b/drivers/scsi/53c7xx.c | |||
@@ -3099,7 +3099,6 @@ allocate_cmd (Scsi_Cmnd *cmd) { | |||
3099 | real = get_zeroed_page(GFP_ATOMIC); | 3099 | real = get_zeroed_page(GFP_ATOMIC); |
3100 | if (real == 0) | 3100 | if (real == 0) |
3101 | return NULL; | 3101 | return NULL; |
3102 | memset((void *)real, 0, 4096); | ||
3103 | cache_push(virt_to_phys((void *)real), 4096); | 3102 | cache_push(virt_to_phys((void *)real), 4096); |
3104 | cache_clear(virt_to_phys((void *)real), 4096); | 3103 | cache_clear(virt_to_phys((void *)real), 4096); |
3105 | kernel_set_cachemode((void *)real, 4096, IOMAP_NOCACHE_SER); | 3104 | kernel_set_cachemode((void *)real, 4096, IOMAP_NOCACHE_SER); |