Page MenuHomeFreeBSD

[PowerPC] INTRNG preparation: Rename our pic interface
AbandonedPublic

Authored by bdragon on Feb 10 2020, 1:05 AM.
Referenced Files
Unknown Object (File)
Dec 20 2023, 4:06 AM
Unknown Object (File)
Oct 28 2023, 3:20 AM
Unknown Object (File)
Aug 23 2023, 8:08 AM
Unknown Object (File)
Jul 31 2023, 7:19 AM
Unknown Object (File)
Jun 5 2023, 12:53 AM
Unknown Object (File)
Jan 14 2023, 12:40 AM
Unknown Object (File)
Dec 20 2022, 9:38 AM
Subscribers

Details

Summary

To allow for porting to the INTRNG framework, we need to be able to include the MI pic interface. Since we have an interface name conflict with it, we first have to change the name of ours.

Rename the powerpc pic interface to oldpic so they can coexist, and to help with spotting where code needs to be updated.
Update all pic interface calls in the PPC code.

Should be NFC.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Well, because I'm planning on removing the interface once I have converted everything over to INTRNG.

Our pic interface does the same thing as intrng (and interrupt-related bits of the bus interface, like bus_config_intr).

If you feel strongly about it, yeah, I could certainly name it ppcpic instead, but I still think it would be better for it to go away once everything's working in INTRNG.

I will be working on this offline in the background after reviewing the relevant past conversations.

Abandoning this. will resubmit with the actual functionality later on if I ever get back to working on this one.