From 69d6da3c1c63675524a25e7dc92a4f43c4164cef Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Mon, 20 Nov 2023 06:31:22 +0000
Subject: [PATCH] add r8169 read mac form eeprom
---
kernel/samples/trace_events/trace-events-sample.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/kernel/samples/trace_events/trace-events-sample.c b/kernel/samples/trace_events/trace-events-sample.c
index 5522692..8b4be8e 100644
--- a/kernel/samples/trace_events/trace-events-sample.c
+++ b/kernel/samples/trace_events/trace-events-sample.c
@@ -33,7 +33,7 @@
/* Silly tracepoints */
trace_foo_bar("hello", cnt, array, random_strings[len],
- ¤t->cpus_allowed);
+ current->cpus_ptr);
trace_foo_with_template_simple("HELLO", cnt);
--
Gitblit v1.6.2