linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V2 0/8] sched: Remove unused TASK_SIZE_OF
@ 2021-12-25  4:54 guoren
  2021-12-25  4:54 ` [PATCH V2 1/8] " guoren
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: guoren @ 2021-12-25  4:54 UTC (permalink / raw)
  To: guoren, will, tglx, benh, arnd, mingo, peterz, juri.lelli,
	christophe.leroy
  Cc: linux-s390, Guo Ren, x86, linux-kernel, sparclinux, linux-mips,
	linux-riscv, linuxppc-dev, inux-parisc, linux-arm-kernel

From: Guo Ren <guoren@linux.alibaba.com>

This macro isn't used in Linux, now. Delete in include/linux/sched.h
and arch's include/asm. This would confuse people who are
implementing the COMPAT feature for architecture.

Changes in v2:
 - Add Arnd's comment in main patch
 - Optimize coding convention with Christophe's advise

Guo Ren (8):
  sched: Remove unused TASK_SIZE_OF
  sched: x86: Remove unused TASK_SIZE_OF
  sched: sparc: Remove unused TASK_SIZE_OF
  sched: powerpc: Remove unused TASK_SIZE_OF
  sched: s390: Remove unused TASK_SIZE_OF
  sched: parisc: Remove unused TASK_SIZE_OF
  sched: arm64: Remove unused TASK_SIZE_OF
  sched: mips: Remove unused TASK_SIZE_OF

 arch/arm64/include/asm/processor.h      | 2 --
 arch/mips/include/asm/processor.h       | 3 ---
 arch/parisc/include/asm/processor.h     | 3 +--
 arch/powerpc/include/asm/task_size_64.h | 6 +-----
 arch/s390/include/asm/processor.h       | 3 +--
 arch/sparc/include/asm/processor_64.h   | 3 ---
 arch/x86/include/asm/page_64_types.h    | 2 --
 include/linux/sched.h                   | 4 ----
 8 files changed, 3 insertions(+), 23 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-12-26 12:27 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-25  4:54 [PATCH V2 0/8] sched: Remove unused TASK_SIZE_OF guoren
2021-12-25  4:54 ` [PATCH V2 1/8] " guoren
2021-12-25  4:54 ` [PATCH V2 2/8] sched: x86: " guoren
2021-12-25  4:54 ` [PATCH V2 3/8] sched: sparc: " guoren
2021-12-25  4:54 ` [PATCH V2 4/8] sched: powerpc: " guoren
2021-12-25  4:54 ` [PATCH V2 5/8] sched: s390: " guoren
2021-12-25 16:25   ` Heiko Carstens
2021-12-26 12:26     ` Guo Ren
2021-12-25  4:54 ` [PATCH V2 6/8] sched: parisc: " guoren
2021-12-25  4:54 ` [PATCH V2 7/8] sched: arm64: " guoren
2021-12-25  4:54 ` [PATCH V2 8/8] sched: mips: " guoren

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).