[android-porting] Where and how is the "__initdata" used in nand driver?

2010-12-06 Thread w d
Hi, Now,I'm porting Android nand driver. I found a variable "__initdata": *static struct s3c2410_uartcfg smdkc100_uartcfgs[] _initdata = {..},* Where and how is "__initdata" used. Thanks! dwlinux -- unsubscribe: android-porting+unsubscr...@googlegroups.com website: http:

Re: [android-porting] Where and how is the "__initdata" used in nand driver?

2010-12-09 Thread Ben Dooks
On Mon, Dec 6, 2010 at 2:54 AM, w d wrote: > Hi, >Now,I'm porting Android nand driver. >I found a variable "__initdata": > >*static struct s3c2410_uartcfg smdkc100_uartcfgs[] _initdata = > {..},* > >Where and how is "__initdata" used. > >Thanks! > Firstly, that's nowhere