Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30993
b: refs/heads/master
c: 0aee77b
h: refs/heads/master
i:
  30991: ba87fd6
v: v3
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 28, 2006
1 parent a3e7590 commit 6685f3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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: 541960fef7f0bd98be3a27052c8845e9c4b6a2ac
refs/heads/master: 0aee77b221a68bf8ef5401712bb55c89e36b461c
12 changes: 6 additions & 6 deletions trunk/include/asm-m68knommu/bootstd.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ type name(void) \
__asm__ __volatile__ ("trap #2" \
: "=g" (__res) \
: "0" (__res) \
: "%d0"); \
); \
__bsc_return(type,__res); \
}

Expand All @@ -64,7 +64,7 @@ type name(atype a) \
__asm__ __volatile__ ("trap #2" \
: "=g" (__res) \
: "0" (__res), "d" (__a) \
: "%d0"); \
); \
__bsc_return(type,__res); \
}

Expand All @@ -77,7 +77,7 @@ type name(atype a, btype b) \
__asm__ __volatile__ ("trap #2" \
: "=g" (__res) \
: "0" (__res), "d" (__a), "d" (__b) \
: "%d0"); \
); \
__bsc_return(type,__res); \
}

Expand All @@ -92,7 +92,7 @@ type name(atype a, btype b, ctype c) \
: "=g" (__res) \
: "0" (__res), "d" (__a), "d" (__b), \
"d" (__c) \
: "%d0"); \
); \
__bsc_return(type,__res); \
}

Expand All @@ -108,7 +108,7 @@ type name(atype a, btype b, ctype c, dtype d) \
: "=g" (__res) \
: "0" (__res), "d" (__a), "d" (__b), \
"d" (__c), "d" (__d) \
: "%d0"); \
); \
__bsc_return(type,__res); \
}

Expand All @@ -125,7 +125,7 @@ type name(atype a, btype b, ctype c, dtype d, etype e) \
: "=g" (__res) \
: "0" (__res), "d" (__a), "d" (__b), \
"d" (__c), "d" (__d), "d" (__e) \
: "%d0"); \
); \
__bsc_return(type,__res); \
}

Expand Down

0 comments on commit 6685f3b

Please sign in to comment.