Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge
This commit is contained in:
commit
6150c32589
287 changed files with 27070 additions and 5926 deletions
|
@ -196,6 +196,7 @@
|
|||
#define PCI_CAP_ID_MSI 0x05 /* Message Signalled Interrupts */
|
||||
#define PCI_CAP_ID_CHSWP 0x06 /* CompactPCI HotSwap */
|
||||
#define PCI_CAP_ID_PCIX 0x07 /* PCI-X */
|
||||
#define PCI_CAP_ID_HT_IRQCONF 0x08 /* HyperTransport IRQ Configuration */
|
||||
#define PCI_CAP_ID_SHPC 0x0C /* PCI Standard Hot-Plug Controller */
|
||||
#define PCI_CAP_ID_EXP 0x10 /* PCI Express */
|
||||
#define PCI_CAP_ID_MSIX 0x11 /* MSI-X */
|
||||
|
|
|
@ -140,7 +140,7 @@ extern int find_via_pmu(void);
|
|||
|
||||
extern int pmu_request(struct adb_request *req,
|
||||
void (*done)(struct adb_request *), int nbytes, ...);
|
||||
|
||||
extern int pmu_queue_request(struct adb_request *req);
|
||||
extern void pmu_poll(void);
|
||||
extern void pmu_poll_adb(void); /* For use by xmon */
|
||||
extern void pmu_wait_complete(struct adb_request *req);
|
||||
|
@ -160,12 +160,6 @@ extern void pmu_unlock(void);
|
|||
extern int pmu_present(void);
|
||||
extern int pmu_get_model(void);
|
||||
|
||||
extern int pmu_i2c_combined_read(int bus, int addr, int subaddr, u8* data, int len);
|
||||
extern int pmu_i2c_stdsub_write(int bus, int addr, int subaddr, u8* data, int len);
|
||||
extern int pmu_i2c_simple_read(int bus, int addr, u8* data, int len);
|
||||
extern int pmu_i2c_simple_write(int bus, int addr, u8* data, int len);
|
||||
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
/*
|
||||
* Stuff for putting the powerbook to sleep and waking it again.
|
||||
|
|
|
@ -514,4 +514,9 @@ asmlinkage long sys_set_mempolicy(int mode, unsigned long __user *nmask,
|
|||
asmlinkage long sys_migrate_pages(pid_t pid, unsigned long maxnode,
|
||||
const unsigned long __user *from, const unsigned long __user *to);
|
||||
|
||||
asmlinkage long sys_spu_run(int fd, __u32 __user *unpc,
|
||||
__u32 __user *ustatus);
|
||||
asmlinkage long sys_spu_create(const char __user *name,
|
||||
unsigned int flags, mode_t mode);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue