Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162538
b: refs/heads/master
c: ca9b2f8
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Mahoney authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent 3126c1d commit 9e59c8e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: df34e5e396e6cff3389549b27e898fdb5d140269
refs/heads/master: ca9b2f88d97ee39286be3cc83ac10f2c09194410
1 change: 0 additions & 1 deletion trunk/drivers/staging/rtl8192e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ NIC_SELECT = RTL8192E
EXTRA_CFLAGS += -DRTL8192E
EXTRA_CFLAGS += -std=gnu89
EXTRA_CFLAGS += -O2
EXTRA_CFLAGS += -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y
EXTRA_CFLAGS += -DTHOMAS_TURBO
EXTRA_CFLAGS += -DENABLE_DOT11D

Expand Down
8 changes: 0 additions & 8 deletions trunk/drivers/staging/rtl8192e/r8192E_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,6 @@
* Jerry chuang <wlanfae@realtek.com>
*/

#ifndef CONFIG_FORCE_HARD_FLOAT
double __floatsidf (int i) { return i; }
unsigned int __fixunsdfsi (double d) { return d; }
double __adddf3(double a, double b) { return a+b; }
double __addsf3(float a, float b) { return a+b; }
double __subdf3(double a, double b) { return a-b; }
double __extendsfdf2(float a) {return a;}
#endif

#undef LOOP_TEST
#undef RX_DONT_PASS_UL
Expand Down

0 comments on commit 9e59c8e

Please sign in to comment.