From: Chuck Ebbert <76306.1226@compuserve.com> Date: Tue, 26 Sep 2006 08:52:33 +0000 (+0200) Subject: [PATCH] i386/x86-64: rename is_at_popf(), add iret to tests and fix X-Git-Tag: v2.6.19-rc1~1077^2~122 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ade2920dcefdf5595c6380ebed131c964190855;p=pandora-kernel.git [PATCH] i386/x86-64: rename is_at_popf(), add iret to tests and fix is_at_popf() needs to test for the iret instruction as well as popf. So add that test and rename it to is_setting_trap_flag(). Also change max insn length from 16 to 15 to match reality. LAHF / SAHF can't affect TF, so the comment in x86_64 is removed. Signed-off-by: Chuck Ebbert <76306.1226@compuserve.com> Signed-off-by: Andi Kleen --- Reading git-diff-tree failed