Revision bdab125c9301a6ac538911ba68f665dfd075ec81 authored by Masahiro Yamada on 19 June 2018, 09:43:41 UTC, committed by Ingo Molnar on 21 June 2018, 10:55:05 UTC
Reverts the following commit:

  b0108f9e93d0 ("kexec: purgatory: add clean-up for purgatory directory")

... which incorrectly stated that the kexec-purgatory.c and purgatory.ro files
were not removed after 'make mrproper'.

In fact, they are.  You can confirm it after reverting it.

  $ make mrproper
  $ touch arch/x86/purgatory/kexec-purgatory.c
  $ touch arch/x86/purgatory/purgatory.ro
  $ make mrproper
    CLEAN   arch/x86/purgatory
  $ ls arch/x86/purgatory/
  entry64.S  Makefile  purgatory.c  setup-x86_64.S  stack.S  string.c

This is obvious from the build system point of view.

arch/x86/Makefile adds 'arch/x86' to core-y.
Hence 'make clean' descends like this:

  arch/x86/Kbuild
    -> arch/x86/purgatory/Makefile

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Michal Marek <michal.lkml@markovi.net>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/lkml/1529401422-28838-2-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
1 parent 74899d9
History
File Mode Size
platform
acbuffer.h -rw-r--r-- 8.6 KB
acconfig.h -rw-r--r-- 7.0 KB
acexcep.h -rw-r--r-- 16.2 KB
acnames.h -rw-r--r-- 2.0 KB
acoutput.h -rw-r--r-- 16.0 KB
acpi.h -rw-r--r-- 1.3 KB
acpi_bus.h -rw-r--r-- 19.1 KB
acpi_drivers.h -rw-r--r-- 4.1 KB
acpi_io.h -rw-r--r-- 713 bytes
acpi_lpat.h -rw-r--r-- 1.5 KB
acpi_numa.h -rw-r--r-- 623 bytes
acpiosxf.h -rw-r--r-- 10.7 KB
acpixf.h -rw-r--r-- 30.3 KB
acrestyp.h -rw-r--r-- 18.8 KB
actbl.h -rw-r--r-- 18.3 KB
actbl1.h -rw-r--r-- 40.3 KB
actbl2.h -rw-r--r-- 44.9 KB
actbl3.h -rw-r--r-- 20.0 KB
actypes.h -rw-r--r-- 40.6 KB
acuuid.h -rw-r--r-- 2.4 KB
apei.h -rw-r--r-- 1.3 KB
battery.h -rw-r--r-- 561 bytes
button.h -rw-r--r-- 621 bytes
cppc_acpi.h -rw-r--r-- 2.9 KB
ghes.h -rw-r--r-- 2.9 KB
hed.h -rw-r--r-- 371 bytes
nfit.h -rw-r--r-- 351 bytes
pcc.h -rw-r--r-- 816 bytes
pdc_intel.h -rw-r--r-- 1.0 KB
processor.h -rw-r--r-- 11.0 KB
reboot.h -rw-r--r-- 201 bytes
video.h -rw-r--r-- 2.8 KB

back to top