From 609157a145eedae3506abe59378c74b713a399d6 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Tue, 10 Feb 2009 13:08:46 +0000 Subject: Gigabeat S: I never intended to leave the channel context buffer static beyond testing. Correct that. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19964 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/imx31/sdma-imx31.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/target/arm/imx31/sdma-imx31.c b/firmware/target/arm/imx31/sdma-imx31.c index f845ed18d8..0683ec3568 100644 --- a/firmware/target/arm/imx31/sdma-imx31.c +++ b/firmware/target/arm/imx31/sdma-imx31.c @@ -441,7 +441,7 @@ static void set_channel_ownership(unsigned int channel, unsigned int config) static bool setup_channel(struct channel_control_block *ccb_p) { - static struct context_data context_buffer DEVBSS_ATTR; + struct context_data context_buffer; struct channel_descriptor *cd_p; unsigned int channel_cfg; unsigned int channel; -- cgit v1.2.3