Commit e04dbc40 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] radeonfb stack space fix

These (unused) arrays are causing huge stack utilisation when instantiated in
an auto variable.  Remove them for now.
parent bc39e03b
......@@ -223,8 +223,6 @@ struct radeon_regs {
/* Palette */
int palette_valid;
u32 palette[256];
u32 palette2[256];
};
struct panel_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment