Re: [PATCH 1/1] avr32: added mem kernel command line option support

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Marco Stornelli
Date: Monday, September 15, 2008 - 7:57 am

If you see the above function early_parse_fbmem:

static int __init early_parse_fbmem(char *p)
{
int ret;
unsigned long align;

fbmem_size = memparse(p, &p);
.........

where fbmem_size is a resource_size_t (u32 because avr32 is a 32-bit
architecture), so I used the same philosophy. Maybe I can remove
unsigned long and replace it with resource_size_t to be more uniform.

Randy Dunlap ha scritto:

-- 
Marco Stornelli
Embedded Software Engineer
CoRiTeL - Consorzio di Ricerca sulle Telecomunicazioni
http://www.coritel.it

marco.stornelli@coritel.it
+39 06 72582838

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [PATCH 1/1] avr32: added mem kernel command line optio ..., Marco Stornelli, (Mon Sep 15, 7:57 am)
Re: [PATCH 1/1] avr32: added mem kernel command line optio ..., Haavard Skinnemoen, (Tue Sep 16, 1:06 am)