Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28988
b: refs/heads/master
c: cefc011
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Mohr authored and Linus Torvalds committed Jun 23, 2006
1 parent d04268d commit 0091cb9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: acae9d32436122959667470b84da517d7b1b9c2d
refs/heads/master: cefc01130ba2bb0a81abda14b3f00fcc2e70dd43
9 changes: 5 additions & 4 deletions trunk/arch/i386/kernel/cpu/cyrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static void __init geode_configure(void)


#ifdef CONFIG_PCI
static struct pci_device_id cyrix_55x0[] = {
static struct pci_device_id __initdata cyrix_55x0[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5510) },
{ PCI_DEVICE(PCI_VENDOR_ID_CYRIX, PCI_DEVICE_ID_CYRIX_5520) },
{ },
Expand Down Expand Up @@ -272,14 +272,15 @@ static void __init init_cyrix(struct cpuinfo_x86 *c)

printk(KERN_INFO "Working around Cyrix MediaGX virtual DMA bugs.\n");
isa_dma_bridge_buggy = 2;
#endif
c->x86_cache_size=16; /* Yep 16K integrated cache thats it */



/*
* The 5510/5520 companion chips have a funky PIT.
*/
if (pci_dev_present(cyrix_55x0))
pit_latch_buggy = 1;
#endif
c->x86_cache_size=16; /* Yep 16K integrated cache thats it */

/* GXm supports extended cpuid levels 'ala' AMD */
if (c->cpuid_level == 2) {
Expand Down

0 comments on commit 0091cb9

Please sign in to comment.