
29 May
2010
29 May
'10
2:22 a.m.
On Fri, May 28, 2010 at 4:45 PM, Becky Bruce beckyb@kernel.crashing.org wrote:
void upmconfig (uint upm, uint *table, uint size) { volatile immap_t *immap = (immap_t *) CONFIG_SYS_IMMR;
- volatile fsl_lbus_t *lbus = &immap->lbus;
- volatile fsl_lbc_t *lbc = &immap->im_lbc;
Since you're using I/O accessors, does this still need to be volatile?
--
Timur Tabi
Linux kernel developer at Freescale