Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: x86: move two x86-specific files to x86 arch dir

Those two docs belong to the x86 architecture:

Documentation/Intel-IOMMU.txt -> Documentation/x86/intel-iommu.rst
Documentation/intel_txt.txt -> Documentation/x86/intel_txt.rst

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>

+4 -2
Documentation/Intel-IOMMU.txt Documentation/x86/intel-iommu.rst
Documentation/intel_txt.txt Documentation/x86/intel_txt.rst
+2
Documentation/x86/index.rst
··· 20 20 mtrr 21 21 pat 22 22 intel_mpx 23 + intel-iommu 24 + intel_txt 23 25 amd-memory-encryption 24 26 pti 25 27 mds
+1 -1
MAINTAINERS
··· 8312 8312 W: http://tboot.sourceforge.net 8313 8313 T: hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot 8314 8314 S: Supported 8315 - F: Documentation/intel_txt.txt 8315 + F: Documentation/x86/intel_txt.rst 8316 8316 F: include/linux/tboot.h 8317 8317 F: arch/x86/kernel/tboot.c 8318 8318
+1 -1
security/Kconfig
··· 121 121 See <http://www.intel.com/technology/security/> for more information 122 122 about Intel(R) TXT. 123 123 See <http://tboot.sourceforge.net> for more information about tboot. 124 - See Documentation/intel_txt.txt for a description of how to enable 124 + See Documentation/x86/intel_txt.rst for a description of how to enable 125 125 Intel TXT support in a kernel boot. 126 126 127 127 If you are unsure as to whether this is required, answer N.