From 277f90d71869682e97a80cbcfd9e522af44b105a Mon Sep 17 00:00:00 2001
From: Riku Voipio <riku.voipio@linaro.org>
Date: Thu, 16 Jun 2011 15:22:43 +0300
Subject: [PATCH 10/12] fix kfgles on thumb2 kernels
Kernels are not built with thumb interworking. Be removing explicit
definition of of code size, the code will automatically be assembled
as thumb/arm as needed. This is possible because the assembler code
below is expressable both as thumb and arm code.
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
---
kfgles2/kfgles2_hcalls.S | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
@@ -10,7 +10,6 @@
*/
.text
-.code 32
.extern kfgles2_base_egl;
--
1.7.4.1