We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf59f34 commit b9e28d3Copy full SHA for b9e28d3
arch/parisc/kernel/pci-dma.c
@@ -36,8 +36,8 @@
36
#include <asm/tlbflush.h> /* for purge_tlb_*() macros */
37
38
static struct proc_dir_entry * proc_gsc_root __read_mostly = NULL;
39
-static unsigned long pcxl_used_bytes __read_mostly = 0;
40
-static unsigned long pcxl_used_pages __read_mostly = 0;
+static unsigned long pcxl_used_bytes __read_mostly;
+static unsigned long pcxl_used_pages __read_mostly;
41
42
extern unsigned long pcxl_dma_start; /* Start of pcxl dma mapping area */
43
static DEFINE_SPINLOCK(pcxl_res_lock);
0 commit comments