From 958e46acc8e900e8569dd467c1af9b8d2d019394 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Sat, 09 Dec 2023 08:38:54 +0000
Subject: [PATCH] disable cpu isolcpus

---
 kernel/scripts/show_delta |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kernel/scripts/show_delta b/kernel/scripts/show_delta
index 5b36500..28e67e1 100755
--- a/kernel/scripts/show_delta
+++ b/kernel/scripts/show_delta
@@ -1,4 +1,5 @@
-#!/usr/bin/python
+#!/usr/bin/env python
+# SPDX-License-Identifier: GPL-2.0-only
 #
 # show_deltas: Read list of printk messages instrumented with
 # time data, and format with time deltas.
@@ -7,7 +8,6 @@
 #
 # Copyright 2003 Sony Corporation
 #
-# GPL 2.0 applies.
 
 import sys
 import string

--
Gitblit v1.6.2