Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 170407
b: refs/heads/master
c: c57ec52
h: refs/heads/master
i:
  170405: bd94b31
  170403: cb01eaf
  170399: 79fe305
v: v3
  • Loading branch information
David S. Miller committed Nov 28, 2009
1 parent a621df1 commit 77ba140
Show file tree
Hide file tree
Showing 6 changed files with 693 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55f532ec3e84410a9393d1a21b1f58518a0958bc
refs/heads/master: c57ec52f2647e53709c3ce8d86b28876c2f32de0
7 changes: 7 additions & 0 deletions trunk/arch/sparc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,13 @@ config SPARC64_SMP
default y
depends on SPARC64 && SMP

config EARLYFB
bool "Support for early boot text console"
default y
depends on SPARC64
help
Say Y here to enable a faster early framebuffer boot console.

choice
prompt "Kernel page size" if SPARC64
default SPARC64_PAGE_SIZE_8KB
Expand Down
6 changes: 6 additions & 0 deletions trunk/arch/sparc/include/asm/btext.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#ifndef _SPARC_BTEXT_H
#define _SPARC_BTEXT_H

extern int btext_find_display(void);

#endif /* _SPARC_BTEXT_H */
1 change: 1 addition & 0 deletions trunk/arch/sparc/kernel/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ obj-$(CONFIG_KGDB) += kgdb_$(BITS).o
obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o
CFLAGS_REMOVE_ftrace.o := -pg

obj-$(CONFIG_EARLYFB) += btext.o
obj-$(CONFIG_STACKTRACE) += stacktrace.o
# sparc64 PCI
obj-$(CONFIG_SPARC64_PCI) += pci.o pci_common.o psycho_common.o
Expand Down
Loading

0 comments on commit 77ba140

Please sign in to comment.