Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24599
b: refs/heads/master
c: dd4d7bf
h: refs/heads/master
i:
  24597: 8d054b1
  24595: c138de7
  24591: 9ef0676
v: v3
  • Loading branch information
Michael Ellerman authored and Paul Mackerras committed Mar 27, 2006
1 parent 9867f95 commit 5a835a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3f94b85f98a346c5eb0ac0d9539b71cb7057143
refs/heads/master: dd4d7bfad635dddc56b74dab1894ef01c8c836e1
8 changes: 3 additions & 5 deletions trunk/include/asm-powerpc/firmware.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,9 @@ enum {
*/
extern unsigned long ppc64_firmware_features;

static inline unsigned long firmware_has_feature(unsigned long feature)
{
return (FW_FEATURE_ALWAYS & feature) ||
(FW_FEATURE_POSSIBLE & ppc64_firmware_features & feature);
}
#define firmware_has_feature(feature) \
((FW_FEATURE_ALWAYS & (feature)) || \
(FW_FEATURE_POSSIBLE & ppc64_firmware_features & (feature)))

extern void system_reset_fwnmi(void);
extern void machine_check_fwnmi(void);
Expand Down

0 comments on commit 5a835a8

Please sign in to comment.