From 238ca24e867c74aabe97544b35b8dabb3dc26594 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 17 Jan 2013 20:38:42 -0800 Subject: [PATCH] core/lzo: move LZO back to uncompressed section The LZO decompressor really can't live in the compressed part of the core, for some odd reason. Signed-off-by: H. Peter Anvin --- core/lzo/lzo1x_f2.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lzo/lzo1x_f2.S b/core/lzo/lzo1x_f2.S index f9ad6b3..8cc26b8 100644 --- a/core/lzo/lzo1x_f2.S +++ b/core/lzo/lzo1x_f2.S @@ -53,7 +53,7 @@ #include "lzo_asm.h" - .text + .section ".textnr","ax" LZO_PUBLIC(lzo1x_decompress_asm_fast_safe) -- 2.7.4