Loading arch/s390/include/asm/qdio.h +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ typedef void qdio_handler_t(struct ccw_device *, unsigned int, int, #define QDIO_FLAG_CLEANUP_USING_HALT 0x02 /** * struct qdio_initialize - qdio initalization data * struct qdio_initialize - qdio initialization data * @cdev: associated ccw device * @q_format: queue format * @adapter_name: name for the adapter Loading arch/s390/kernel/entry64.S +1 −1 Original line number Diff line number Diff line Loading @@ -975,7 +975,7 @@ sie_done: lctlg %c1,%c1,__LC_USER_ASCE # load primary asce # some program checks are suppressing. C code (e.g. do_protection_exception) # will rewind the PSW by the ILC, which is 4 bytes in case of SIE. Other # instructions beween sie64a and sie_done should not cause program # instructions between sie64a and sie_done should not cause program # interrupts. So lets use a nop (47 00 00 00) as a landing pad. # See also HANDLE_SIE_INTERCEPT rewind_pad: Loading arch/s390/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ static void __init setup_lowcore(void) /* * Set up PSW restart to call ipl.c:do_restart(). Copy the relevant * restart data to the absolute zero lowcore. This is necesary if * restart data to the absolute zero lowcore. This is necessary if * PSW restart is done on an offline CPU that has lowcore zero. */ lc->restart_stack = (unsigned long) restart_stack; Loading arch/s390/kvm/priv.c +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ static int handle_io_inst(struct kvm_vcpu *vcpu) return -EOPNOTSUPP; } else { /* * Set condition code 3 to stop the guest from issueing channel * Set condition code 3 to stop the guest from issuing channel * I/O instructions. */ kvm_s390_set_psw_cc(vcpu, 3); Loading arch/s390/lib/uaccess_pt.c +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ static size_t copy_in_kernel(size_t count, void __user *to, /* * Returns kernel address for user virtual address. If the returned address is * >= -4095 (IS_ERR_VALUE(x) returns true), a fault has occured and the address * contains the (negative) exception code. * >= -4095 (IS_ERR_VALUE(x) returns true), a fault has occurred and the * address contains the (negative) exception code. */ #ifdef CONFIG_64BIT Loading Loading
arch/s390/include/asm/qdio.h +1 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ typedef void qdio_handler_t(struct ccw_device *, unsigned int, int, #define QDIO_FLAG_CLEANUP_USING_HALT 0x02 /** * struct qdio_initialize - qdio initalization data * struct qdio_initialize - qdio initialization data * @cdev: associated ccw device * @q_format: queue format * @adapter_name: name for the adapter Loading
arch/s390/kernel/entry64.S +1 −1 Original line number Diff line number Diff line Loading @@ -975,7 +975,7 @@ sie_done: lctlg %c1,%c1,__LC_USER_ASCE # load primary asce # some program checks are suppressing. C code (e.g. do_protection_exception) # will rewind the PSW by the ILC, which is 4 bytes in case of SIE. Other # instructions beween sie64a and sie_done should not cause program # instructions between sie64a and sie_done should not cause program # interrupts. So lets use a nop (47 00 00 00) as a landing pad. # See also HANDLE_SIE_INTERCEPT rewind_pad: Loading
arch/s390/kernel/setup.c +1 −1 Original line number Diff line number Diff line Loading @@ -373,7 +373,7 @@ static void __init setup_lowcore(void) /* * Set up PSW restart to call ipl.c:do_restart(). Copy the relevant * restart data to the absolute zero lowcore. This is necesary if * restart data to the absolute zero lowcore. This is necessary if * PSW restart is done on an offline CPU that has lowcore zero. */ lc->restart_stack = (unsigned long) restart_stack; Loading
arch/s390/kvm/priv.c +1 −1 Original line number Diff line number Diff line Loading @@ -275,7 +275,7 @@ static int handle_io_inst(struct kvm_vcpu *vcpu) return -EOPNOTSUPP; } else { /* * Set condition code 3 to stop the guest from issueing channel * Set condition code 3 to stop the guest from issuing channel * I/O instructions. */ kvm_s390_set_psw_cc(vcpu, 3); Loading
arch/s390/lib/uaccess_pt.c +2 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,8 @@ static size_t copy_in_kernel(size_t count, void __user *to, /* * Returns kernel address for user virtual address. If the returned address is * >= -4095 (IS_ERR_VALUE(x) returns true), a fault has occured and the address * contains the (negative) exception code. * >= -4095 (IS_ERR_VALUE(x) returns true), a fault has occurred and the * address contains the (negative) exception code. */ #ifdef CONFIG_64BIT Loading