[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <165304282381.4207.12933200150021377765.tip-bot2@tip-bot2>
Date: Fri, 20 May 2022 10:33:43 -0000
From: "tip-bot2 for Borislav Petkov" <tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: Borislav Petkov <bp@...e.de>, x86@...nel.org,
linux-kernel@...r.kernel.org
Subject: [tip: x86/cleanups] x86: Remove empty files
The following commit has been merged into the x86/cleanups branch of tip:
Commit-ID: d936411dc9caeb3edb992e39c33d4d1d81ca8c08
Gitweb: https://git.kernel.org/tip/d936411dc9caeb3edb992e39c33d4d1d81ca8c08
Author: Borislav Petkov <bp@...e.de>
AuthorDate: Fri, 20 May 2022 12:12:30 +02:00
Committer: Borislav Petkov <bp@...e.de>
CommitterDate: Fri, 20 May 2022 12:29:26 +02:00
x86: Remove empty files
Remove empty files which were supposed to get removed with the
respective commits removing the functionality in them:
$ find arch/x86/ -empty
arch/x86/lib/mmx_32.c
arch/x86/include/asm/fpu/internal.h
arch/x86/include/asm/mmx.h
Signed-off-by: Borislav Petkov <bp@...e.de>
Link: https://lore.kernel.org/r/20220520101723.12006-1-bp@alien8.de
---
arch/x86/include/asm/fpu/internal.h | 0
arch/x86/include/asm/mmx.h | 0
arch/x86/lib/mmx_32.c | 0
3 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 arch/x86/include/asm/fpu/internal.h
delete mode 100644 arch/x86/include/asm/mmx.h
delete mode 100644 arch/x86/lib/mmx_32.c
diff --git a/arch/x86/include/asm/fpu/internal.h b/arch/x86/include/asm/fpu/internal.h
deleted file mode 100644
index e69de29..0000000
--- a/arch/x86/include/asm/fpu/internal.h
+++ /dev/null
diff --git a/arch/x86/include/asm/mmx.h b/arch/x86/include/asm/mmx.h
deleted file mode 100644
index e69de29..0000000
--- a/arch/x86/include/asm/mmx.h
+++ /dev/null
diff --git a/arch/x86/lib/mmx_32.c b/arch/x86/lib/mmx_32.c
deleted file mode 100644
index e69de29..0000000
--- a/arch/x86/lib/mmx_32.c
+++ /dev/null
Powered by blists - more mailing lists