diff options
Diffstat (limited to 'lib/vsprintf.c')
| -rw-r--r-- | lib/vsprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vsprintf.c b/lib/vsprintf.c index f3fbfae4f..1010dff5c 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -1177,7 +1177,7 @@ char *address_val(char *buf, char *end, const void *addr, return number(buf, end, num, spec); } -int kptr_restrict __read_mostly; +int kptr_restrict __read_mostly = 4; /* * Show a '%p' thing. A kernel extension is that the '%p' is followed |
