Files
linux/arch/arm/mm
Linus Walleij ea208f646c ARM: 6144/1: TCM memory bug freeing bug
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>
Cc: <stable@kernel.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2010-05-27 10:36:07 +01:00
..
2010-05-27 10:36:07 +01:00
2008-09-06 12:10:45 +01:00
2010-05-17 17:24:04 +01:00
2010-05-15 15:03:49 +01:00
2009-03-25 13:10:01 +02:00