From: Andres Salomon Date: Tue, 20 Jul 2010 22:19:46 +0000 (-0700) Subject: x86, mm: Create symbolic index into address_markers array X-Git-Tag: v2.6.36-rc1~525^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92851e2fca48f1893f899963c13b55b61ac6956c;p=pandora-kernel.git x86, mm: Create symbolic index into address_markers array Without this, adding entries into the address_markers array means adding more and more of an #ifdef maze in pt_dump_init(). By using indices, we can keep it a bit saner. Signed-off-by: Andres Salomon LKML-Reference: <201007202219.o6KMJkUs021052@imap1.linux-foundation.org> Cc: Jordan Crouse Signed-off-by: Andrew Morton Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed