linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/4] MIPS: SGI-IP27: No need for kmalloc.h
@ 2020-08-25  9:09 Thomas Bogendoerfer
  2020-08-25  9:09 ` [PATCH 2/4] MIPS: Loongson2ef: Remove specific mc146818rtc.h Thomas Bogendoerfer
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Thomas Bogendoerfer @ 2020-08-25  9:09 UTC (permalink / raw)
  To: linux-mips, linux-kernel

SG -IP27 is always cache coherent so we can use generic kmalloc.h and
remove the ip27 specific one.

Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
---
 arch/mips/include/asm/mach-ip27/kmalloc.h | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 arch/mips/include/asm/mach-ip27/kmalloc.h

diff --git a/arch/mips/include/asm/mach-ip27/kmalloc.h b/arch/mips/include/asm/mach-ip27/kmalloc.h
deleted file mode 100644
index 82c23ce2afa7..000000000000
--- a/arch/mips/include/asm/mach-ip27/kmalloc.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef __ASM_MACH_IP27_KMALLOC_H
-#define __ASM_MACH_IP27_KMALLOC_H
-
-/*
- * All happy, no need to define ARCH_DMA_MINALIGN
- */
-
-#endif /* __ASM_MACH_IP27_KMALLOC_H */
-- 
2.16.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-08-26 11:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-25  9:09 [PATCH 1/4] MIPS: SGI-IP27: No need for kmalloc.h Thomas Bogendoerfer
2020-08-25  9:09 ` [PATCH 2/4] MIPS: Loongson2ef: Remove specific mc146818rtc.h Thomas Bogendoerfer
2020-08-26  1:07   ` Jiaxun Yang
2020-08-25  9:09 ` [PATCH 3/4] MIPS: Remove unused header file m48t37.h Thomas Bogendoerfer
2020-08-25  9:09 ` [PATCH 4/4] MIPS: SGI-IP32: No need to include mc14818*.h Thomas Bogendoerfer
2020-08-26 11:12 ` [PATCH 1/4] MIPS: SGI-IP27: No need for kmalloc.h Thomas Bogendoerfer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).