summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-simulation/secondlife/files/opensecondlife-svn41.patch')
-rw-r--r--games-simulation/secondlife/files/opensecondlife-svn41.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/games-simulation/secondlife/files/opensecondlife-svn41.patch b/games-simulation/secondlife/files/opensecondlife-svn41.patch
deleted file mode 100644
index f7f5606..0000000
--- a/games-simulation/secondlife/files/opensecondlife-svn41.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: linden/indra/llcommon/llfasttimer.cpp
-===================================================================
---- linden/indra/llcommon/llfasttimer.cpp (revision 40)
-+++ linden/indra/llcommon/llfasttimer.cpp (revision 41)
-@@ -90,21 +90,14 @@
- #endif // LL_WINDOWS
-
-
--#if LL_LINUX
-+#if LL_LINUX && (defined(__i386__) || defined(__amd64__))
- U64 get_cpu_clock_count()
- {
- U64 x;
- __asm__ volatile (".byte 0x0f, 0x31" : "=A" (x));
- return x;
- }
--#endif
--
--#if LL_DARWIN
--//
--// Mac implementation of CPU clock
--//
--// Just use gettimeofday implementation for now
--
-+#else
- U64 get_cpu_clock_count()
- {
- return get_clock_count();