On Fri, Oct 22, 2010 at 10:05 PM, Andreas Schwab <schwab@xxxxxxxxxxxxxx> wrote:
Michael Schmitz <schmitzmic@xxxxxxxxxxxxxx> writes:
+static int __init atari_stram_setup(char *arg)
+{
+ int rc=0;
+
+ if (!MACH_IS_ATARI)
+ return 0;
+
+ if (!(rc = sscanf(arg, "%d", &pool_size))) {
pool_size = memparse(arg, NULL);
Thanks, that's a lot more elegant.
Michael
--
To unsubscribe from this list: send the line "unsubscribe linux-m68k" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html