ni / linux

Linux kernel source for NI Linux Real-Time
Other
80 stars 77 forks source link

Revert "irq: Add priority support to /proc/irq/../" #91

Closed chaitu236 closed 1 year ago

chaitu236 commented 1 year ago

rtgroups can be used to set irq priority as well and is more generic than the mechanism introduced in this patch. Clients have already moved to rtgroups for x64 targets so remove this patch.

This reverts commit 25ad94f72b2d193182d3b3b04f328fe76855b18f.

Azdo WI: 2232477

Testing

Built, installed on a VM. Verified /proc/irq/*/ doesn't contain priority.

chaitu236 commented 1 year ago

Do you mind submitting a PR/revert for the nilrt/master/6.0 branch too?

Yes, I'm in the process of doing that.

chaitu236 commented 1 year ago

Do you mind submitting a PR/revert for the nilrt/master/6.0 branch too?

Yes, I'm in the process of doing that.

Here it is - https://github.com/ni/linux/pull/92