fix spelling in tests sub directory
Signed-off-by: Dong Xu Wang <wdongxu@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
9814dd2795
commit
45658076ad
@ -70,7 +70,7 @@
|
|||||||
\
|
\
|
||||||
/* Now we can test with the required version. */ \
|
/* Now we can test with the required version. */ \
|
||||||
if (version < __LINUX_KERNEL_VERSION) \
|
if (version < __LINUX_KERNEL_VERSION) \
|
||||||
/* Not sufficent. */ \
|
/* Not sufficient. */ \
|
||||||
FATAL ("FATAL: kernel too old\n"); \
|
FATAL ("FATAL: kernel too old\n"); \
|
||||||
\
|
\
|
||||||
_dl_osversion = version; \
|
_dl_osversion = version; \
|
||||||
|
@ -20,7 +20,7 @@ int main(void)
|
|||||||
if (t != 10)
|
if (t != 10)
|
||||||
err();
|
err();
|
||||||
|
|
||||||
/* make sure moveq doesnt clobber the zflag. */
|
/* make sure moveq doesn't clobber the zflag. */
|
||||||
cris_tst_cc_init();
|
cris_tst_cc_init();
|
||||||
asm volatile ("setf vnc\n");
|
asm volatile ("setf vnc\n");
|
||||||
asm volatile ("clearf z\n");
|
asm volatile ("clearf z\n");
|
||||||
@ -29,7 +29,7 @@ int main(void)
|
|||||||
if (t != 0)
|
if (t != 0)
|
||||||
err();
|
err();
|
||||||
|
|
||||||
/* make sure moveq doesnt clobber the nflag.
|
/* make sure moveq doesn't clobber the nflag.
|
||||||
Also check large immediates */
|
Also check large immediates */
|
||||||
cris_tst_cc_init();
|
cris_tst_cc_init();
|
||||||
asm volatile ("setf zvc\n");
|
asm volatile ("setf zvc\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user