File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ config MICROBLAZE
45
45
select ZONE_DMA
46
46
select TRACE_IRQFLAGS_SUPPORT
47
47
select GENERIC_IRQ_MULTI_HANDLER
48
- select HANDLE_DOMAIN_IRQ
49
48
50
49
# Endianness selection
51
50
choice
Original file line number Diff line number Diff line change @@ -456,7 +456,7 @@ TRAP_return: /* Make global symbol for debugging */
456
456
457
457
458
458
/* 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
460
460
syscall. This function is actually `returned to' from switch_thread
461
461
(copy_thread makes ret_from_fork the return address in each new thread's
462
462
saved context). */
You can’t perform that action at this time.
0 commit comments