commit | 8a2cda007068e838ac6494cde74c37534f04f8dc | [log] [tgz] |
---|---|---|
author | Antonino A. Daplas <adaplas@pol.net> | Wed Mar 22 00:07:36 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Mar 22 07:53:55 2006 -0800 |
tree | dade19c25f04a0be81dad6c0cfd1342635aa930a | |
parent | 4078006568c142a909e7889cbdc28804cec25461 [diff] |
[PATCH] i810fb_cursor(): use GFP_ATOMIC The console cursor can be called in atomic context. Change memory allocation to use the GFP_ATOMIC flag in i810fb_cursor(). Signed-off-by: Antonino Daplas <adaplas@pol.net> Cc: <stable@kernel.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>