Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62314
b: refs/heads/master
c: 80e2798
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and Linus Torvalds committed Jul 22, 2007
1 parent e24dc14 commit f8eefbe
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 3e63516c826454c964eefdd24d33e188064c6679
refs/heads/master: 80e27982a66ea8306a704ba8bdf634ed480d4b46
6 changes: 5 additions & 1 deletion trunk/drivers/video/console/vgacon.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,11 @@ static void vgacon_scrollback_init(int pitch)
}
}

static void vgacon_scrollback_startup(void)
/*
* Called only duing init so call of alloc_bootmen is ok.
* Marked __init_refok to silence modpost.
*/
static void __init_refok vgacon_scrollback_startup(void)
{
vgacon_scrollback = alloc_bootmem(CONFIG_VGACON_SOFT_SCROLLBACK_SIZE
* 1024);
Expand Down

0 comments on commit f8eefbe

Please sign in to comment.