From 926494943b7d9dbc998adb298a92a708232ce46b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 17 Aug 2009 19:05:07 +0000 Subject: [PATCH] Blackfin: optimize fixed code handling for the most common case The majority of the time we are returning to user space, it is not in the fixed atomic code region. So rather than branch to a function where we check the PC and return, do the check inline and branch only when needed. Also, tweak some of the fixed code handling based on assumptions we are aware of but cannot be expressed in C. Signed-off-by: Mike Frysinger --- Reading git-format-patch failed