|
@@ -92,7 +92,7 @@ struct fbcon_ops {
|
|
#define attr_fgcol(fgshift,s) \
|
|
#define attr_fgcol(fgshift,s) \
|
|
(((s) >> (fgshift)) & 0x0f)
|
|
(((s) >> (fgshift)) & 0x0f)
|
|
#define attr_bgcol(bgshift,s) \
|
|
#define attr_bgcol(bgshift,s) \
|
|
- (((s) >> (bgshift)) & 0x0f)
|
|
|
|
|
|
+ (((s) >> (bgshift)) & 0x07)
|
|
|
|
|
|
/* Monochrome */
|
|
/* Monochrome */
|
|
#define attr_bold(s) \
|
|
#define attr_bold(s) \
|