Prev: [PATCH 2/2 v3] mfd: Add timberdale video-in driver to timberdale
Next: tty: add tty_struct->dev pointer to corresponding device instance
From: Arnaldo Carvalho de Melo on 9 Aug 2010 11:00 Em Mon, Aug 09, 2010 at 12:21:18PM +0100, Dave Martin escreveu: > + /* Reject ARM ELF "mapping symbols": these aren't unique and > + * don't identify functions, so will confuse the profile > + * output: */ > + if (ehdr.e_machine == EM_ARM) { > + if (!strcmp(elf_name, "$a") || > + !strcmp(elf_name, "$d") || > + !strcmp(elf_name, "$t")) > + continue; > + } > + Thanks, applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |