···1313 *1414 */15151616-#ifdef __KERNEL__1717-1816#ifndef _LINUX_BITOPS_H1917#error only <linux/bitops.h> can be included directly2018#endif···831833#include <asm-generic/bitops/le.h>832834833835#include <asm-generic/bitops/ext2-atomic-setbit.h>834834-835835-836836-#endif /* __KERNEL__ */837836838837#endif /* _S390_BITOPS_H */
-4
arch/s390/include/asm/cio.h
···1010#include <linux/spinlock.h>1111#include <asm/types.h>12121313-#ifdef __KERNEL__1414-1513#define LPM_ANYPATH 0xff1614#define __MAX_CSSID 01715···287289/* Function from drivers/s390/cio/chsc.c */288290int chsc_sstpc(void *page, unsigned int op, u16 ctrl);289291int chsc_sstpi(void *page, void *result, size_t size);290290-291291-#endif292292293293#endif
···1111#ifndef _S390_IO_H1212#define _S390_IO_H13131414-#ifdef __KERNEL__1515-1614#include <asm/page.h>17151816#define IO_SPACE_LIMIT 0xffffffff···4345 * Convert a virtual cached pointer to an uncached pointer4446 */4547#define xlate_dev_kmem_ptr(p) p4646-4747-#endif /* __KERNEL__ */48484949#endif
+1-3
arch/s390/include/asm/kexec.h
···1010#ifndef _S390_KEXEC_H1111#define _S390_KEXEC_H12121313-#ifdef __KERNEL__1414-#include <asm/page.h>1515-#endif1613#include <asm/processor.h>1414+#include <asm/page.h>1715/*1816 * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.1917 * I.e. Maximum page that is mapped directly into kernel memory,