Skip to content

Commit 98586bd

Browse files
committed
Merge tag 'microblaze-v5.20' of git://git.monstr.eu/linux-2.6-microblaze
Pull microblaze updates from Michal Simek: - Trivial comment fix - Remove HANDLE_DOMAIN_IRQ selection * tag 'microblaze-v5.20' of git://git.monstr.eu/linux-2.6-microblaze: microblaze: Fix some typos in comment arch: microblaze: Remove unused "select HANDLE_DOMAIN_IRQ"
2 parents a1b0275 + 5b7d1d5 commit 98586bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

arch/microblaze/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ config MICROBLAZE
4545
select ZONE_DMA
4646
select TRACE_IRQFLAGS_SUPPORT
4747
select GENERIC_IRQ_MULTI_HANDLER
48-
select HANDLE_DOMAIN_IRQ
4948

5049
# Endianness selection
5150
choice

arch/microblaze/kernel/entry.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ TRAP_return: /* Make global symbol for debugging */
456456

457457

458458
/* This the initial entry point for a new child thread, with an appropriate
459-
stack in place that makes it look the the child is in the middle of an
459+
stack in place that makes it look like the child is in the middle of a
460460
syscall. This function is actually `returned to' from switch_thread
461461
(copy_thread makes ret_from_fork the return address in each new thread's
462462
saved context). */

0 commit comments

Comments
 (0)