Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 844809 Details for
Bug 888043
sys-kernel/gentoo-sources-6.1.1 fails make bzImage complaining about implicit functions due to -Werror=implicit-function-declaration
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
rq_locl_irq decleration patch for gentoo-sources-6.1.1
rq_lock_irq.patch (text/plain), 383 bytes, created by
Benjamin Réveillé
on 2022-12-23 20:06:52 UTC
(
hide
)
Description:
rq_locl_irq decleration patch for gentoo-sources-6.1.1
Filename:
MIME Type:
Creator:
Benjamin Réveillé
Created:
2022-12-23 20:06:52 UTC
Size:
383 bytes
patch
obsolete
>--- a/kernel/sched/alt_sched.h 2022-12-23 20:43:53.752259044 +0100 >+++ b/kernel/sched/alt_sched.h 2022-12-23 20:42:03.117190994 +0100 >@@ -397,6 +397,13 @@ > } > > static inline void >+rq_lock_irq(struct rq *rq, struct rq_flags *rf) >+ __acquires(rq->lock) >+{ >+ raw_spin_lock_irq(&rq->lock); >+} >+ >+static inline void > rq_lock(struct rq *rq, struct rq_flags *rf) > __acquires(rq->lock) > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 888043
: 844809