diff options
Diffstat (limited to 'meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch')
| -rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch b/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch index 90b7419495..46343674fc 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-Add-support-for-RISC-V.patch | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | From 780fd27ea6f7f2c446c46a7a5e26d94106c67efd Mon Sep 17 00:00:00 2001 | 1 | From 0801befde991250b4502954fdec61bec8c33da3b Mon Sep 17 00:00:00 2001 |
| 2 | From: "Richard W.M. Jones" <rjones@redhat.com> | 2 | From: "Richard W.M. Jones" <rjones@redhat.com> |
| 3 | Date: Sun, 20 Nov 2016 15:04:52 +0000 | 3 | Date: Sun, 20 Nov 2016 15:04:52 +0000 |
| 4 | Subject: [PATCH] Add support for RISC-V. | 4 | Subject: [PATCH] Add support for RISC-V. |
| 5 | 5 | ||
| 6 | The architecture is sufficiently similar to aarch64 that simply | 6 | The architecture is sufficiently similar to aarch64 that simply |
| 7 | extending the existing aarch64 macro works. | 7 | extending the existing aarch64 macro works. |
| 8 | |||
| 8 | --- | 9 | --- |
| 9 | src/include/storage/s_lock.h | 5 +++-- | 10 | src/include/storage/s_lock.h | 5 +++-- |
| 10 | 1 file changed, 3 insertions(+), 2 deletions(-) | 11 | 1 file changed, 3 insertions(+), 2 deletions(-) |
| 11 | 12 | ||
| 12 | diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h | 13 | diff --git a/src/include/storage/s_lock.h b/src/include/storage/s_lock.h |
| 13 | index dccbd29..ad60429 100644 | 14 | index 95049f0..e08c963 100644 |
| 14 | --- a/src/include/storage/s_lock.h | 15 | --- a/src/include/storage/s_lock.h |
| 15 | +++ b/src/include/storage/s_lock.h | 16 | +++ b/src/include/storage/s_lock.h |
| 16 | @@ -317,11 +317,12 @@ tas(volatile slock_t *lock) | 17 | @@ -317,11 +317,12 @@ tas(volatile slock_t *lock) |
| @@ -35,7 +36,4 @@ index dccbd29..ad60429 100644 | |||
| 35 | +#endif /* __arm__ || __arm || __aarch64__ || __aarch64 || __riscv */ | 36 | +#endif /* __arm__ || __arm || __aarch64__ || __aarch64 || __riscv */ |
| 36 | 37 | ||
| 37 | 38 | ||
| 38 | /* | 39 | /* S/390 and S/390x Linux (32- and 64-bit zSeries) */ |
| 39 | -- | ||
| 40 | 2.34.1 | ||
| 41 | |||
