From dbb59f077779bb6ae18dbef2eda79e61708f03bd Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Thu, 10 Sep 2015 11:59:21 +1000 Subject: 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 --- core/opal.c | 1 - 1 file changed, 1 deletion(-) 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; -- cgit v1.1