Microblaze patches for 5.20-rc1

- Trivial comment fix
 - Remove HANDLE_DOMAIN_IRQ selection
 -----BEGIN PGP SIGNATURE-----
 
 iF0EABECAB0WIQQbPNTMvXmYlBPRwx7KSWXLKUoMIQUCYuzX9QAKCRDKSWXLKUoM
 IZjdAKCc0n8M64ze3KdL+Qm4i6oML7a0aACgkXIME7uysGmz2v4dtcdJzG7mp9Y=
 =nvpM
 -----END PGP SIGNATURE-----

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"
This commit is contained in:
Linus Torvalds 2022-08-05 09:56:51 -07:00
commit 98586bd6dc
2 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ config MICROBLAZE
select ZONE_DMA
select TRACE_IRQFLAGS_SUPPORT
select GENERIC_IRQ_MULTI_HANDLER
select HANDLE_DOMAIN_IRQ
# Endianness selection
choice

View File

@ -456,7 +456,7 @@ TRAP_return: /* Make global symbol for debugging */
/* This the initial entry point for a new child thread, with an appropriate
stack in place that makes it look the the child is in the middle of an
stack in place that makes it look like the child is in the middle of a
syscall. This function is actually `returned to' from switch_thread
(copy_thread makes ret_from_fork the return address in each new thread's
saved context). */