Skip to content

fix compile error for readq and writeq on unsupport systems#40

Merged
wesleywesley merged 1 commit intodevelfrom
rwq
Oct 18, 2018
Merged

fix compile error for readq and writeq on unsupport systems#40
wesleywesley merged 1 commit intodevelfrom
rwq

Conversation

@wesleywesley
Copy link
Copy Markdown
Contributor

include <linux/io-64-nonatomic-lo-hi.h> so that readq/writeq is
replaced by two readl/writel on systems that do not support it

@lsgunth
Copy link
Copy Markdown
Collaborator

lsgunth commented Oct 11, 2018

This should fix #39. It would be good to get a confirmation from ComiXZonE.

Besides that, I approve.

@wesleywesley
Copy link
Copy Markdown
Contributor Author

update the commit message with
a. The subsystem identifier ("switchtec:")
b. Using Reported-by:, Suggested-by: and Signed-off-by: tags

include <linux/io-64-nonatomic-lo-hi.h> so that readq/writeq is
replaced by two readl/writel on systems that do not support it

Reported-by: Nikola Trifunovic <nickcage994@gmail.com>
Suggested-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Wesley Sheng <wesley.sheng@microchip.com>
@wesleywesley wesleywesley merged commit c49de32 into devel Oct 18, 2018
@wesleywesley wesleywesley deleted the rwq branch December 5, 2018 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants