You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6: sunxvr1000: Add missing FB=y depenency. MAINTAINERS: Add entry for sparc serial drivers. drivers/serial/sunsab.c: adjust the constant used to initialize the interrupt_mask0 fields
This commit is contained in:
@@ -474,7 +474,7 @@ static void sunsab_stop_rx(struct uart_port *port)
|
||||
{
|
||||
struct uart_sunsab_port *up = (struct uart_sunsab_port *) port;
|
||||
|
||||
up->interrupt_mask0 |= SAB82532_ISR0_TCD;
|
||||
up->interrupt_mask0 |= SAB82532_IMR0_TCD;
|
||||
writeb(up->interrupt_mask1, &up->regs->w.imr0);
|
||||
}
|
||||
|
||||
|
||||
@@ -914,7 +914,7 @@ config FB_XVR2500
|
||||
|
||||
config FB_XVR1000
|
||||
bool "Sun XVR-1000 support"
|
||||
depends on SPARC64
|
||||
depends on (FB = y) && SPARC64
|
||||
select FB_CFB_FILLRECT
|
||||
select FB_CFB_COPYAREA
|
||||
select FB_CFB_IMAGEBLIT
|
||||
|
||||
Reference in New Issue
Block a user