diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-04-29 11:36:47 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-04-29 11:36:47 -0700 |
| commit | d0cc7ecacba8a5b6bbdd5aa6ba3d1bc2fe59b580 (patch) | |
| tree | 5bbb05359ef01a90c54a06f8c92dcee1cb42d77f /arch/microblaze/lib/uaccess_old.S | |
| parent | 77d51337d650086643e1e96b8a7e1e6cbf0b09ff (diff) | |
| parent | 47de4477a8e6bfd202640567ce4bf17cc1de60be (diff) | |
| download | linux-next-d0cc7ecacba8a5b6bbdd5aa6ba3d1bc2fe59b580.tar.gz linux-next-d0cc7ecacba8a5b6bbdd5aa6ba3d1bc2fe59b580.zip | |
Merge tag 'microblaze-v5.13' of git://git.monstr.eu/linux-2.6-microblaze
Pull Microblaze updates from Michal Simek:
"No new features, just about cleaning up some code and moving to
generic syscall solution used by other architectures:
- Switch to generic syscall scripts
- Some small fixes"
* tag 'microblaze-v5.13' of git://git.monstr.eu/linux-2.6-microblaze:
microblaze: add 'fallthrough' to memcpy/memset/memmove
microblaze: Fix a typo
microblaze: tag highmem_setup() with __meminit
microblaze: syscalls: switch to generic syscallhdr.sh
microblaze: syscalls: switch to generic syscalltbl.sh
Diffstat (limited to 'arch/microblaze/lib/uaccess_old.S')
| -rw-r--r-- | arch/microblaze/lib/uaccess_old.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/microblaze/lib/uaccess_old.S b/arch/microblaze/lib/uaccess_old.S index 0e8cc2710c27..eca290090038 100644 --- a/arch/microblaze/lib/uaccess_old.S +++ b/arch/microblaze/lib/uaccess_old.S @@ -188,7 +188,7 @@ w2: sw r4, r5, r3 .text .align 4 /* Alignment is important to keep icache happy */ -page: /* Create room on stack and save registers for storign values */ +page: /* Create room on stack and save registers for storing values */ addik r1, r1, -40 swi r5, r1, 0 swi r6, r1, 4 |
