Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
blktrace
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian
blktrace
Commits
ec3b65f7
Commit
ec3b65f7
authored
Aug 04, 2007
by
Bas Zoetekouw
Committed by
Dmitry Smirnov
Dec 19, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Imported Debian snapshot 0~git-20070718142546-2
parent
e534c26e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
0 deletions
+17
-0
changelog
debian/changelog
+6
-0
13_m68k_barrier.patch
debian/patches/13_m68k_barrier.patch
+11
-0
No files found.
debian/changelog
View file @
ec3b65f7
blktrace (0~git-20070718142546-2) unstable; urgency=low
* Fix detection of m68k in barrier.h [13_m68k_barrier.patch]
-- Bas Zoetekouw <bas@debian.org> Sat, 04 Aug 2007 12:03:44 +0200
blktrace (0~git-20070718142546-1) unstable; urgency=low
* New upstream release:
...
...
debian/patches/13_m68k_barrier.patch
0 → 100644
View file @
ec3b65f7
--- barrier.h 2007-07-18 14:25:03.000000000 +0200
+++ tmp/barrier.h 2007-08-04 12:02:22.295731581 +0200
@@ -17,7 +17,7 @@
#define store_barrier() asm volatile("":::"memory")
#elif defined(__sparc__)
#define store_barrier() asm volatile("":::"memory")
-#elif defined(__m68000__)
+#elif defined(__m68000__) || defined(__m68k__) || defined(mc68000) || defined(_M_M68K)
#define store_barrier() asm volatile("":::"memory")
#elif defined(__mips__) /* also mipsel */
#define store_barrier() do { } while(0)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment