linux-stable/arch/s390/hypfs
Heiko Carstens c78d0c7484 s390: rename dma section to amode31
The dma section name is confusing, since the code which resides within
that section has nothing to do with direct memory access.  Instead the
limitation is that the code has to run in 31 bit addressing mode, and
therefore has to reside below 2GB.  So the name was chosen since
ZONE_DMA is the same region.

To reduce confusion rename the section to amode31, which hopefully
describes better what this is about.

Note: this will also change vmcoreinfo strings
- SDMA=... gets renamed to SAMODE31=...
- EDMA=... gets renamed to EAMODE31=...

Acked-by: Vasily Gorbik <gor@linux.ibm.com>
Reviewed-by: Alexander Egorenkov <egorenar@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2021-08-05 14:10:53 +02:00
..
Makefile s390: add a few more SPDX identifiers 2017-12-05 07:51:09 +01:00
hypfs.h s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_dbfs.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_diag.c s390/hypfs: no need to check return value of debugfs_create functions 2019-01-28 15:58:54 +01:00
hypfs_diag0c.c s390: rename dma section to amode31 2021-08-05 14:10:53 +02:00
hypfs_sprp.c s390/hypfs: use register pair instead of register asm 2021-06-28 11:18:28 +02:00
hypfs_vm.c s390/hypfs: use store_tod_clock_ext() 2021-02-13 17:17:55 +01:00
inode.c fs_parse: fold fs_parameter_desc/fs_parameter_spec 2020-02-07 14:48:37 -05:00