Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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"

+1 -2
-1
arch/microblaze/Kconfig
··· 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
+1 -1
arch/microblaze/kernel/entry.S
··· 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). */