aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2015-09-10 11:59:21 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-09-10 11:59:21 +1000
commitdbb59f077779bb6ae18dbef2eda79e61708f03bd (patch)
tree1cc6b79b6457318c503c24501125977708b0bae0
parentac4ec0d0a71d533134e5fa5770ec01bd401d4e88 (diff)
downloadskiboot-dbb59f077779bb6ae18dbef2eda79e61708f03bd.zip
skiboot-dbb59f077779bb6ae18dbef2eda79e61708f03bd.tar.gz
skiboot-dbb59f077779bb6ae18dbef2eda79e61708f03bd.tar.bz2
remove FIXME from opal_trace_entry
We unlikely need this as ASM until somebody finds it to be a problem. So removing the FIXME so that it doesn't show up when grepping for FIXMEs. Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--core/opal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/opal.c b/core/opal.c
index 0edbf0a..4350ae7 100644
--- a/core/opal.c
+++ b/core/opal.c
@@ -78,7 +78,6 @@ long opal_bad_token(uint64_t token)
/* Called from head.S, thus no prototype */
void opal_trace_entry(struct stack_frame *eframe);
-/* FIXME: Do this in asm */
void opal_trace_entry(struct stack_frame *eframe)
{
union trace t;