From e4f7b65856c0a304b371e04b9c4d5f2d75b465e6 Mon Sep 17 00:00:00 2001 From: Ondrej Čerman Date: Tue, 29 Oct 2019 19:34:15 +0100 Subject: x86/processor: bigger buffer for cpuinfo --- modules/devices/x86/processor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/devices/x86/processor.c b/modules/devices/x86/processor.c index 538206c1..c6c77cd4 100644 --- a/modules/devices/x86/processor.c +++ b/modules/devices/x86/processor.c @@ -448,7 +448,7 @@ gchar *caches_summary(GSList * processors) return ret; } -#define PROC_SCAN_READ_BUFFER_SIZE 896 +#define PROC_SCAN_READ_BUFFER_SIZE 1024 GSList *processor_scan(void) { GSList *procs = NULL, *l = NULL; -- cgit v1.2.3