Files
linux/arch/arm/mm
Linus Walleij 998396be9c ARM: 6144/1: TCM memory bug freeing bug
commit ea208f646c upstream.

This fixes a bug in mm/init.c when freeing the TCM compile memory,
this was being referred to as a char * which is incorrect: this
will dereference the pointer and feed in the value at the location
instead of the address to it. Change it to a plain char and use
&(char) to reference it.

Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-07-05 11:10:52 -07:00
..
2009-03-25 13:10:01 +02:00
2009-10-29 19:13:09 +00:00
2009-03-25 13:10:01 +02:00
2009-10-29 19:13:09 +00:00
2009-10-11 16:29:48 +01:00
2010-07-05 11:10:52 -07:00
2008-09-06 12:10:45 +01:00
2009-03-15 21:01:20 -04:00
2010-01-18 10:19:11 -08:00
2008-11-27 12:37:59 +00:00
2009-03-25 13:10:01 +02:00